modelApiDoc_getStartedBeforeModelgoogle-deepmind/veo-3-1/fast/extend-videomodelApiDoc_getStartedAfterModel modelApiDoc_getStartedMid modelApiDoc_schemaLinkmodelApiDoc_getStartedAfterSchema
curl --request POST \
--url https://model-api.runcomfy.net/v1/models/google-deepmind/veo-3-1/fast/extend-video \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"prompt": "The warrior raises his weapon high, and with a thunderous roar, the troops surge forward. Spears lower in unison as the formation begins to move, footsteps pounding the ground. The camera pulls back into a wide shot, revealing waves of warriors charging across the battlefield. Dust clouds thicken, sunlight cuts through the haze, and the distant enemy lines come into view, heightening the tension just before the clash.",
"video_url": "https://playgrounds-storage-public.runcomfy.net/tools/7282/media-files/input-1-1.mp4"
}'modelApiDoc_authP1 YOUR_API_TOKEN modelApiDoc_authP2 modelApiDoc_profilemodelApiDoc_authP3 Authorization modelApiDoc_authP4 Authorization: Bearer $YOUR_API_TOKENmodelApiDoc_authP5
modelApiDoc_submitBody
curl --request POST \
--url https://model-api.runcomfy.net/v1/models/google-deepmind/veo-3-1/fast/extend-video \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"prompt": "The warrior raises his weapon high, and with a thunderous roar, the troops surge forward. Spears lower in unison as the formation begins to move, footsteps pounding the ground. The camera pulls back into a wide shot, revealing waves of warriors charging across the battlefield. Dust clouds thicken, sunlight cuts through the haze, and the distant enemy lines come into view, heightening the tension just before the clash.",
"video_url": "https://playgrounds-storage-public.runcomfy.net/tools/7282/media-files/input-1-1.mp4"
}'modelApiDoc_monitorBody
curl --request GET \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/status \
--header "Authorization: Bearer <token>"modelApiDoc_retrieveBody
curl --request GET \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/result \
--header "Authorization: Bearer <token>"modelApiDoc_cancelBody
curl --request POST \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/cancel \
--header "Authorization: Bearer <token>"modelApiDoc_hostedFileBody
{
"type": "object",
"title": "modelApiDoc_navInputSchema",
"required": [
"prompt",
"video_url"
],
"properties": {
"prompt": {
"title": "Prompt",
"description": "",
"type": "string",
"default": "The warrior raises his weapon high, and with a thunderous roar, the troops surge forward. Spears lower in unison as the formation begins to move, footsteps pounding the ground. The camera pulls back into a wide shot, revealing waves of warriors charging across the battlefield. Dust clouds thicken, sunlight cuts through the haze, and the distant enemy lines come into view, heightening the tension just before the clash."
},
"aspect_ratio": {
"title": "Aspect Ratio (W:H)",
"description": "The aspect ratio of the generated video.",
"type": "string",
"enum": [
"auto",
"16:9",
"9:16"
],
"default": "auto"
},
"duration": {
"title": "Duration",
"description": "The duration of the generated video.",
"type": "string",
"enum": [
"7s"
],
"default": "7s"
},
"resolution": {
"title": "Resolution",
"description": "The resolution of the generated video.",
"type": "string",
"enum": [
"720p"
],
"default": "720p"
},
"generate_audio": {
"title": "Generate Audio",
"description": "Whether to generate audio for the video.",
"type": "boolean",
"default": true
},
"video_url": {
"title": "Video URL",
"description": "URL of the video to extend. The video should be 720p or 1080p resolution in 16:9 or 9:16 aspect ratio.",
"type": "string",
"default": "https://playgrounds-storage-public.runcomfy.net/tools/7282/media-files/input-1-1.mp4"
}
}
}{
"output": {
"type": "object",
"properties": {
"image": {
"type": "string",
"format": "uri",
"description": "modelApiDoc_outDescImage"
},
"video": {
"type": "string",
"format": "uri",
"description": "modelApiDoc_outDescVideo"
},
"images": {
"type": "array",
"description": "modelApiDoc_outDescImages",
"items": {
"type": "string",
"format": "uri"
}
},
"videos": {
"type": "array",
"description": "modelApiDoc_outDescVideos",
"items": {
"type": "string",
"format": "uri"
}
}
}
}
}RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.