Extend video duration
视频 (Veo)
延长视频
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
概述
延长之前生成的视频时长。您可以选择提供一个提示词来引导延长部分的内容。仅支持 VEO 3.1 系列模型(
veo31_fast、veo31_quality)进行视频延长。授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
Video ID from a previously generated video task
示例:
"task-uuid-xxx"
Video model (only VEO 3.1 series supported for extend)
可用选项:
veo31_fast, veo31_quality 示例:
"veo31_fast"
Prompt text for the extended section
示例:
"the camera slowly zooms out to reveal more of the landscape"
响应
201 - application/json
task id, used to get task result later