Bamboo Relay
AI 模型接口视频(Videos)Sora格式

获取视频任务状态

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

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

GET
/v1/videos/{task_id}

认证

BearerAuth
AuthorizationBearer <token>

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

In: header

路径参数

task_id*string

视频任务 ID

响应体

application/json

application/json

curl -X GET "https://example.com/v1/videos/string"
{  "id": "string",  "object": "string",  "model": "string",  "status": "string",  "progress": 0,  "created_at": 0,  "seconds": "string"}