Extend video duration
Gemini Video (Veo 2/3/3.1)
Extend Video
Extend the duration of a previously generated video.
- Extended videos can be further extended
- Extended videos cannot be used for insertion/removal/reshoot operations
Requires a valid videoId from a completed video generation task.
POST
Extend video duration
Overview
Extend the duration of a previously generated video. You can optionally provide a prompt to guide the content of the extended section.Only VEO 3.1 series models (
veo31_fast, veo31_quality) are supported for video extension.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Video ID from a previously generated video task
Example:
"task-uuid-xxx"
Video model (only VEO 3.1 series supported for extend)
Available options:
veo31_fast, veo31_quality Example:
"veo31_fast"
Prompt text for the extended section
Example:
"the camera slowly zooms out to reveal more of the landscape"
Response
201 - application/json
task id, used to get task result later