OpenAI video status
Video
/v1/videos/{video_id}
비디오 생성 작업의 현재 상태 및 진행 상황을 검색합니다.
GET
OpenAI video status
Use this endpoint to query the current status, progress, and error state of a video-generation task.
- Authenticate with
Authorization: Bearer {API_KEY} - The key path parameter is
video_id - This endpoint is normally polled after task creation
- If you maintain an internal job table, store provider status separately from product status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Video ID
Example:
"video_123456789"
Response
Successful video task status response
Video task ID.
Example:
"video_123456789"
Object type.
Available options:
video Current task status.
Available options:
pending, in_progress, completed, failed Creation timestamp.
Completion timestamp.
Model used for generation.
Task progress percentage.
Required range:
0 <= x <= 100Expiration timestamp for the generated asset.
Video duration in seconds.
Video resolution.
Available options:
720x1280, 1280x720 Source video ID when the task comes from remix.
