ModelSell 文档
视频系列Seedance 2.0

查询 Seedance 2.0 视频任务

GET
/api/v3/contents/generations/tasks/{task_id}

查询 Seedance 2.0 异步视频任务状态。任务成功后读取 content.video_url 下载生成视频;该地址通常具有时效性,建议获取后及时转存。

Authorization

bearerAuth
AuthorizationBearer <token>

使用 Authorization Bearer API Key 进行鉴权。

In: header

Path Parameters

task_id*string

视频生成任务 ID。

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v3/contents/generations/tasks/task_123456"

{
  "id": "task_UPUfjg0S3UXekH2OgTZBXyqgGhsxgkp6",
  "status": "running",
  "model": "doubao-seedance-2-0-260128"
}

{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}