AI 模型接口视频(Videos)Sora格式
获取视频任务状态
OpenAI 兼容的视频任务状态查询接口。
返回视频任务的详细状态信息。
Authorization
BearerAuth AuthorizationBearer <token>
使用 Bearer Token 认证。 格式: Authorization: Bearer sk-your-astrumflow-token-key
In: header
Path Parameters
task_id*string
视频任务 ID
Response Body
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"}