AI模型接口视频Sora格式
获取视频任务状态
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://loading/v1/videos/string"{
"id": "sora-2-123456",
"object": "video",
"model": "sora-2",
"status": "queued",
"progress": 0,
"created_at": 1764347090922,
"seconds": "8"
}{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}这篇文档对您有帮助吗?
最后更新于