AIモデルAPIVideosSora
動画タスクのステータス取得
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": "string",
"object": "string",
"model": "string",
"status": "string",
"progress": 0,
"created_at": 0,
"seconds": "string"
}{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}このガイドはいかがですか?
最終更新