{
"model": "viduq2-pro",
"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": "720p",
"movement_amplitude": "auto",
"off_peak": false
}curl --location --request POST '/vidu/ent/v2/text2video' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "viduq2-pro",
"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": "720p",
"movement_amplitude": "auto",
"off_peak": false
}'{}