新一代高质量一站式AI大模型API聚合平台,团队拥有3年+的API中转平台运营经验,高效,快速,稳定,承诺永久运营
Authorization: Bearer ********************{
"model": "doubao-seedance-2-0-260128-720p",
"content": [
{
"type": "text",
"text": "把这段视频改成简洁明亮的电商展示风格"
},
{
"type": "video_url",
"url": "https://example.com/source.mp4",
"role": "source_video"
}
],
"duration": 5,
"aspect_ratio": "16:9",
"extra_body": {
"watermark": false
}
}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": "video_url",
"url": "https://example.com/source.mp4",
"role": "source_video"
}
],
"duration": 5,
"aspect_ratio": "16:9",
"extra_body": {
"watermark": false
}
}'{"id":"task_xxxx"}