{
"model": "sora-2",
"prompt": "The car moves forward at a high speed",
"aspect_ratio":"16:9",
"duration":10,
"image_urls": [
"https://crea-img.xinzhiyun.net/upload/202502251100509684.jpg"
]
}
curl --location --request POST 'https://duomiapi.com/v1/videos/generations' \
--header 'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2",
"prompt": "The car moves forward at a high speed",
"aspect_ratio":"16:9",
"duration":10,
"image_urls": [
"https://crea-img.xinzhiyun.net/upload/202502251100509684.jpg"
]
}'
{
"id": "3eddc98f-b345-f5ad-b1e5-423ee86536d9"
}