{
"model": "Jimeng-3.0pro",
"resolution": "1080p",
"seconds": "5",
"prompt": "女孩抱着小狗跳舞",
"images": [
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_first_frame.jpeg",
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_2.png"
],
"aspect_ratio": "16:9",
"input_region": "Mainland",
"audio_generation": "Enabled"
}
curl --location 'https://omnirouters.com/v1/video/generations' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data '{
"model": "Jimeng-3.0pro",
"resolution": "1080p",
"seconds": "5",
"prompt": "女孩抱着小狗跳舞",
"images": [
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_first_frame.jpeg",
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_2.png"
],
"aspect_ratio": "16:9",
"input_region": "Mainland",
"audio_generation": "Enabled"
}'{}