{
"model": "viduq2-pro-fast",
"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": 8,
"seed": 0,
"resolution": "1080p",
"movement_amplitude": "auto",
"off_peak": false
}curl --location --request POST 'https://maas.haoee.com/vidu/v2/img2video' \
--header 'Authorization: {{API_KEY}}' \
--header 'ModelName: viduq2-pro-fast' \
--header 'lineType: main' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "viduq2-pro-fast",
"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": 8,
"seed": 0,
"resolution": "1080p",
"movement_amplitude": "auto",
"off_peak": false
}'{
"Response": {
"TaskId": "251007502-AigcImage***2782aff1e896673f1ft",
"RequestId": "f50d7667-72d8-46bb-a7e3-0613588971b6"
}
}