curl --request POST \
--url https://api.comfy.org/proxy/vidu/multiframe \
--header 'Content-Type: application/json' \
--data '
{
"image_settings": [
{
"key_image": "<string>",
"duration": 123,
"prompt": "<string>"
}
],
"model": "<string>",
"start_image": "<string>",
"callback_url": "<string>",
"payload": "<string>",
"resolution": "<string>"
}
'{
"credits": 123,
"state": "created",
"task_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"image_settings": [
{
"key_image": "<string>",
"duration": 123,
"prompt": "<string>"
}
],
"model": "<string>",
"payload": "<string>",
"resolution": "<string>",
"start_image": "<string>"
}curl --request POST \
--url https://api.comfy.org/proxy/vidu/multiframe \
--header 'Content-Type: application/json' \
--data '
{
"image_settings": [
{
"key_image": "<string>",
"duration": 123,
"prompt": "<string>"
}
],
"model": "<string>",
"start_image": "<string>",
"callback_url": "<string>",
"payload": "<string>",
"resolution": "<string>"
}
'{
"credits": 123,
"state": "created",
"task_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"image_settings": [
{
"key_image": "<string>",
"duration": 123,
"prompt": "<string>"
}
],
"model": "<string>",
"payload": "<string>",
"resolution": "<string>",
"start_image": "<string>"
}Configuration for intelligent multi-frame generation (2-9 frames)
Show child attributes
Model name (viduq2-pro or viduq2-turbo)
The first frame image (Base64 or URL)
Callback URL for task status updates
Transparent transmission parameters (max 1048576 characters)
Video resolution (540p, 720p, 1080p)
Was this page helpful?