LinkexLinkex Docs
API ReferenceGeneratedVideo sora

获取视频任务状态

GET
/v1/videos/{task_id}

OpenAI 兼容的视频任务状态查询接口。

返回视频任务的详细状态信息。

Authorization

BearerAuth
AuthorizationBearer <token>

使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx

In: header

Path Parameters

task_id*string

视频任务 ID

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/videos/sora-2-123456"
{  "id": "sora-2-123456",  "object": "video",  "model": "sora-2",  "status": "queued",  "progress": 0,  "created_at": 1764347090922,  "seconds": "8"}