| Capability | Details |
|---|---|
| Smart Extension | Generate new video segments based on existing videos and text prompts |
| Seamless Connection | Extended videos naturally connect with the original video |
| Flexible Control | Precisely control the style and actions of extended content through prompts |
| High-Quality Output | Maintain the same quality and style as the original video |
| Audio Track | Extended videos default to background audio, consistent with the original video |
taskId from the original video generation taskprompt to detail how you want the video to be extendedcurl --location --request POST 'https://api.kie.ai/api/v1/veo/extend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "veo_task_abcdef123456",
"prompt": "The dog continues running through the park, jumping over obstacles and playing with other dogs",
"seeds": 12345,
"model": "fast",
"watermark": "MyBrand",
"callBackUrl": "https://your-callback-url.com/veo-extend-callback"
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "veo_extend_task_xyz789"
}
}