视频(Videos)

获取视频生成任务状态

GET
/video/generations/{task_id}

鉴权

bearerAuth
鉴权Bearer <token>

在控制台「令牌管理」获取的 API Key

位置: header

Path 参数

task_id*string

响应体

application/json

curl -X GET "https://example.com/video/generations/string"
{
  "task_id": "string",
  "status": "pending",
  "progress": 0,
  "url": "string",
  "error": "string"
}