新一代高质量一站式AI大模型API聚合平台,团队拥有3年+的API中转平台运营经验,高效,快速,稳定,承诺永久运营
Authorization: Bearer ********************{
"model": "doubao-seedance-2-0-260128-720p",
"content": [
{
"type": "text",
"text": "保持人物外观一致,生成一段站在白色背景前的展示视频"
},
{
"type": "image_url",
"url": "https://example.com/ref-1.png",
"role": "reference_image"
},
{
"type": "image_url",
"url": "https://example.com/ref-2.png",
"role": "reference_image"
}
],
"duration": 8,
"aspect_ratio": "9:16"
}curl --location --request POST 'https://api.xgapi.top/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-2-0-260128-720p",
"content": [
{
"type": "text",
"text": "保持人物外观一致,生成一段站在白色背景前的展示视频"
},
{
"type": "image_url",
"url": "https://example.com/ref-1.png",
"role": "reference_image"
},
{
"type": "image_url",
"url": "https://example.com/ref-2.png",
"role": "reference_image"
}
],
"duration": 8,
"aspect_ratio": "9:16"
}'{"id":"task_xxxx"}