视频(Videos)Sora 格式

获取视频任务状态

GET
/video/sora/{task_id}

鉴权

bearerAuth
鉴权Bearer <token>

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

位置: header

Path 参数

task_id*string

响应体

application/json

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