Authorization: Bearer ********************{
"model": "doubao-seedance-2-0-260128-720p",
"content": [
{
"type": "text",
"text": "夜晚的未来城市高架桥,车流穿梭,镜头缓慢推进"
}
],
"duration": 5,
"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": "夜晚的未来城市高架桥,车流穿梭,镜头缓慢推进"
}
],
"duration": 5,
"aspect_ratio": "16:9"
}'
{
"id": "task_xxx"
}