{
"model": "agent-vod-ecommerce",
"prompt": "给这个商品做一个电商营销短片",
"images": [
"https://example.com/product.png"
],
"seconds": 8,
"aspect_ratio": "16:9",
"language": "zh",
"creative": false
}
curl --location --request POST 'https://omnirouters.com/v1/video/generations' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "agent-vod-ecommerce",
"prompt": "给这个商品做一个电商营销短片",
"images": [
"https://example.com/product.png"
],
"seconds": 8,
"aspect_ratio": "16:9",
"language": "zh",
"creative": false
}'{}