OpenAI video status
视频
/v1/videos/{video_id}
비디오 생성 작업의 현재 상태 및 진행 상황을 검색합니다.
GET
OpenAI video status
用于查询视频生成任务的当前状态、进度和错误信息。
- 使用
Authorization: Bearer {API_KEY}鉴权 - 核心路径参数是
video_id - 这个接口通常在创建任务之后被轮询调用
- 如果产品层有任务表,建议把 provider 原始状态和内部状态分开存
授权
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.
