{
"model": "agent-vod-replicate",
"video_url": "https://example.com/source.mp4",
"images": ["https://example.com/product.png"],
"prompt": "保持原视频节奏,替换成当前商品主体",
"aspect_ratio": "16:9",
"remove_audio": false,
"seconds": "180"
}
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-replicate",
"video_url": "https://example.com/source.mp4",
"images": ["https://example.com/product.png"],
"prompt": "保持原视频节奏,替换成当前商品主体",
"aspect_ratio": "16:9",
"remove_audio": false,
"seconds": "180"
}'{}