{
"model": "doubao-seedance-2-0-260128",
"prompt": "人物从站立慢慢坐下,动作自然连贯,镜头稳定",
"seconds": "5",
"metadata": {
"resolution": "720p",
"ratio": "16:9",
"watermark": false,
"content": [
{
"type": "image_url",
"image_url": {
"url": "https://example.com/first.png"
},
"role": "first_frame"
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/last.png"
},
"role": "last_frame"
}
]
}
}
curl --location 'https://omnirouters.com/v1/video/generations' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data '{
"model": "doubao-seedance-2-0-260128",
"prompt": "人物从站立慢慢坐下,动作自然连贯,镜头稳定",
"seconds": "5",
"metadata": {
"resolution": "720p",
"ratio": "16:9",
"watermark": false,
"content": [
{
"type": "image_url",
"image_url": {
"url": "https://example.com/first.png"
},
"role": "first_frame"
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/last.png"
},
"role": "last_frame"
}
]
}
}'{}