NodeKeyNodeKey
AI model interfaceVideosSeedance

Query Seedance Video Tasks

Query the status and results of the Doubao Seedance asynchronous video tasks. After the task is completed, the video address is located at metadata.url.

GET
/v1/video/generations/{task_id}
AuthorizationBearer <token>

In: header

Path Parameters

task_id*string

提交任务时返回的公开任务 ID。

Response Body

application/json

curl -X GET "https://nodekey.xinghanyun.cn/v1/video/generations/task_xxx"
{
  "id": "string",
  "task_id": "string",
  "object": "string",
  "model": "string",
  "status": "queued",
  "progress": 0,
  "created_at": 0,
  "completed_at": 0,
  "metadata": {
    "url": "string"
  },
  "error": {
    "code": "string",
    "message": "string"
  }
}

Last updated on