{
"model": "viduq1",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png"
],
"prompt": "The astronaut waved and the camera moved up.",
"duration": "5",
"seed": "0",
"resolution": "1080p",
"movement_amplitude": "auto"
}curl --location --request POST 'https://api.vidu.cn/ent/v2/img2video' \
--header 'Authorization: Token {your api key}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "viduq1",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png"
],
"prompt": "The astronaut waved and the camera moved up.",
"duration": "5",
"seed": "0",
"resolution": "1080p",
"movement_amplitude": "auto"
}'{
"task_id": "your_task_id_here",
"state": "created",
"model": "viduq1",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png"
],
"prompt": "The astronaut waved and the camera moved up.",
"duration": 5,
"seed": random_number,
"resolution": "1080p",
"movement_amplitude": "auto",
"payload": "",
"created_at": "2025-01-01T15:41:31.968916Z"
}