OpenAI video status
Video
/v1/videos/{video_id}
비디오 생성 작업의 현재 상태 및 진행 상황을 검색합니다.
GET
OpenAI video status
このエンドポイントを使用して、ビデオ生成タスクの現在のステータス、進行状況、およびエラー状態をクエリします。
Authorization: Bearer {API_KEY}で認証する- 主要なパス パラメータは
video_idです。 - このエンドポイントは通常、タスクの作成後にポーリングされます。
- 内部ジョブ テーブルを管理する場合は、プロバイダーのステータスを製品のステータスとは別に保存します。
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
Video ID
例:
"video_123456789"
レスポンス
Successful video task status response
Video task ID.
例:
"video_123456789"
Object type.
利用可能なオプション:
video Current task status.
利用可能なオプション:
pending, in_progress, completed, failed Creation timestamp.
Completion timestamp.
Model used for generation.
Task progress percentage.
必須範囲:
0 <= x <= 100Expiration timestamp for the generated asset.
Video duration in seconds.
Video resolution.
利用可能なオプション:
720x1280, 1280x720 Source video ID when the task comes from remix.
