POST /api/AIGeneration/video/seedance/createTask
Content-Type: application/json
{
"model": "doubao-seedance-1-5-pro-251215",
"content": [
{
"type": "text",
"text": "一只可爱的小猫在阳光下打哈欠,画面温馨自然"
}
],
"resolution": "720p",
"ratio": "16:9",
"duration": 5,
"seed": 12345,
"generate_audio": true,
"watermark": false
}
POST /api/AIGeneration/video/seedance/createTask
Content-Type: application/json
{
"model": "doubao-seedance-1-5-pro-251215",
"content": [
{
"type": "text",
"text": "小猫慢慢睁开眼睛,伸了个懒腰"
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/cat_sleeping.jpg"
},
"role": "first_frame"
}
],
"resolution": "1080p",
"ratio": "adaptive",
"duration": 8,
"generate_audio": true,
"return_last_frame": true
}
POST /api/AIGeneration/video/seedance/createTask
Content-Type: application/json
{
"model": "doubao-seedance-1-5-pro-251215",
"content": [
{
"type": "text",
"text": "小猫从睡觉状态慢慢醒来并站起身"
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/cat_sleeping.jpg"
},
"role": "first_frame"
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/cat_standing.jpg"
},
"role": "last_frame"
}
],
"resolution": "720p",
"ratio": "16:9",
"duration": 6,
"camera_fixed": false,
"watermark": false
}
POST /api/AIGeneration/video/seedance/createTask
Content-Type: application/json
{
"model": "doubao-seedance-1-5-pro-251215",
"content": [
{
"type": "text",
"text": "一个人在海边看日落,画面唯美浪漫"
}
],
"resolution": "480p",
"draft": true,
"duration": 4,
"service_tier": "flex"
}
POST /api/AIGeneration/video/seedance/createTask
Content-Type: application/json
{
"model": "doubao-seedance-1-5-pro-251215",
"content": [
{
"type": "draft_task",
"draft_task": {
"id": "draft_task_id_from_step_4"
}
}
],
"resolution": "1080p",
"watermark": false
}
GET /api/AIGeneration/video/seedance/taskStatus/{task_id}
响应示例:
{
"success": true,
"data": {
"id": "seedance_1710071234_abc123",
"status": "succeeded",
"result_url": "https://tos.example.com/videos/seedance_video.mp4",
"last_frame_url": "https://tos.example.com/images/last_frame.png",
"error_message": null,
"created_at": "2026-03-10T13:41:23.000000Z",
"started_at": "2026-03-10T13:41:25.000000Z",
"completed_at": "2026-03-10T13:43:15.000000Z"
}
}
queued: 排队中running: 任务运行中succeeded: 任务成功failed: 任务失败expired: 任务超时图片要求:
文本提示词:
视频参数:
样片模式限制: