AIAI.comAIAI.com
AI Model APIVideosSora format

Get video task status

OpenAI-compatible video task status query API.

Returns detailed status information of the video task.

GET
/v1/videos/{task_id}

Authorization

BearerAuth

AuthorizationBearer <token>

Use Bearer Token authentication. Format: Authorization: Bearer sk-xxxxxx

In: header

Path Parameters

task_id*string

Video task ID

Response Body

application/json

application/json

curl -X GET "https://api.aiai.com/v1/videos/string"
{
  "id": "string",
  "object": "string",
  "model": "string",
  "status": "string",
  "progress": 0,
  "created_at": 0,
  "seconds": "string"
}
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}