v1
latestOpenAPI 3.1.02026-07-2611077199.5 KBExtend a completed Gemini video task and receive a new jobId asynchronously. The source job must be SUCCESS. The omni-flash model does not support extension.
post/gemini/video/extend
Request body
Example request
{
"jobId": "0ccf0606-3f32-4090-85bd-1786e4593be5",
"prompt": "Continue the scene with the camera moving through the futuristic city",
"aspect_ratio": "16:9",
"resolution": "720p",
"hookUrl": "https://example.com/callback"
}Response
Submitted successfully
Example response
{
"status": "SUCCESS",
"message": "success",
"data": {
"jobId": "0ccf0606-3f32-4090-85bd-1786e4593be5"
}
}