Authorization: Bearer ********************x-api-key: ********************{
"model": "viduq1-classic",
"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.",
"audio": true,
"voice_id": "professional_host",
"duration": 5,
"seed": 0,
"resolution": "1080p",
"movement_amplitude": "auto",
"off_peak": false
}curl --location '/vidu/ent/v2/img2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "viduq1-classic",
"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.",
"audio": true,
"voice_id": "professional_host",
"duration": 5,
"seed": 0,
"resolution": "1080p",
"movement_amplitude": "auto",
"off_peak": false
}'{
"task_id": "944065277706928128",
"type": "img2video",
"state": "created",
"model": "viduq3-pro",
"style": "general",
"prompt": "The astronaut waved and the camera moved up.",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/template/image2video.png"
],
"duration": 5,
"seed": 1798731767,
"aspect_ratio": "",
"resolution": "540p",
"movement_amplitude": "auto",
"created_at": "2026-04-21T06:50:17.241751901Z",
"credits": 50,
"payload": "",
"cus_priority": 0,
"off_peak": false,
"watermark": false,
"is_rec": false,
"wm_position": "unspecified",
"wm_url": "",
"meta_data": "",
"client_request_id": "",
"audio_type": "all"
}