VEO3
VEO3 Video Remix
- Extend generated videos by continuing from 8 seconds to 15 seconds
- Asynchronous processing mode, returns task ID for subsequent queries
- Generated video links are valid for 24 hours, please save them promptly
POST
Documentation Index
Fetch the complete documentation index at: https://gccai.heqingsong.uk/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Original video task IDThis is the task_id returned from the video generation API. The original video task status must be
successAuthorization
All API endpoints require Bearer Token authenticationGet your API Key:Visit the API Key Management Page to get your API KeyAdd to the request header:
Request Parameters
Video model name, must match the model used for the original videoSupported models:
veo3.1-fast- Fast versionveo3.1-quality- High quality version
"veo3.1-fast"Continuation prompt describing the content for the extended portion
Whether to return only the extended portion of the video
true- Only returns the extended video
falseAspect ratio for the extended videoSupported values:
16:99:16
Video resolutionSupported values:
720p(default)1080p4k
Important Notes
Model must match: The model used for extension must be the same as the one used to generate the original video. Videos generated with
veo3.1-fast must also use veo3.1-fast for extension.Only completed videos supported: The original video task status must be
success.task_id in URL: This is the
task_id returned from the first step of video generation (not the upstream ID).Response
Response status code
Response data array