Authorization: Bearer ********************{
"model": "doubao-seedance-2-0-260128-720p",
"content": [
{
"type": "text",
"text": "从起始图平滑过渡到结束图,保持主体一致"
},
{
"type": "image_url",
"url": "https://example.com/start.png",
"role": "first_frame"
},
{
"type": "image_url",
"url": "https://example.com/end.png",
"role": "last_frame"
}
],
"duration": 6,
"aspect_ratio": "16:9"
}curl --location 'https://api.xgapi.top/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "doubao-seedance-2-0-260128-720p",
"content": [
{
"type": "text",
"text": "从起始图平滑过渡到结束图,保持主体一致"
},
{
"type": "image_url",
"url": "https://example.com/start.png",
"role": "first_frame"
},
{
"type": "image_url",
"url": "https://example.com/end.png",
"role": "last_frame"
}
],
"duration": 6,
"aspect_ratio": "16:9"
}'{"id":"task_xxxxx"}