curl --request POST \
--url https://api.comfy.org/proxy/vidu/extend \
--header 'Content-Type: application/json' \
--data '
{
"model": "<string>",
"callback_url": "<string>",
"duration": 123,
"images": [
"<string>"
],
"payload": "<string>",
"prompt": "<string>",
"resolution": "<string>",
"video_creation_id": "<string>",
"video_url": "<string>"
}
'{
"credits": 123,
"state": "created",
"task_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"duration": 123,
"images": [
"<string>"
],
"model": "<string>",
"payload": "<string>",
"prompt": "<string>",
"resolution": "<string>",
"video_creation_id": "<string>",
"video_url": "<string>"
}curl --request POST \
--url https://api.comfy.org/proxy/vidu/extend \
--header 'Content-Type: application/json' \
--data '
{
"model": "<string>",
"callback_url": "<string>",
"duration": 123,
"images": [
"<string>"
],
"payload": "<string>",
"prompt": "<string>",
"resolution": "<string>",
"video_creation_id": "<string>",
"video_url": "<string>"
}
'{
"credits": 123,
"state": "created",
"task_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"duration": 123,
"images": [
"<string>"
],
"model": "<string>",
"payload": "<string>",
"prompt": "<string>",
"resolution": "<string>",
"video_creation_id": "<string>",
"video_url": "<string>"
}Model name (viduq2-pro or viduq2-turbo)
Callback URL for task status updates
Extended duration in seconds (1-7, default 5)
Extended reference image to the end frame (only accepts 1 image)
Transparent transmission parameters (max 1048576 characters)
Text prompt for video generation (max 2000 characters)
Resolution (540p, 720p, 1080p)
Vidu video_creation_id, required with video_url
Any video URL, required with video_creation_id
OK
created, processing, queueing, success, failed Was this page helpful?