获取已完成的 Sora 视频生成任务的实际视频文件内容
/v1/video/{video_id}/content 端点允许您获取已完成的 Sora 视频生成任务的实际视频文件内容。此端点提供对生成的视频二进制数据的直接访问。
video/*(通常是 video/mp4)application/jsonContent-Type 头:
video,响应是视频二进制数据application/json,将其解析为 JSON 错误信息video/mp4)。
expires_at),您将收到 404 或错误响应。视频过期后无法检索。请始终在生成完成后及时下载视频。
Bearer token authentication. Include your API key in the Authorization header as 'Bearer YOUR_API_KEY'
The identifier of the video to retrieve content for
Video content retrieved successfully. Returns video binary data when successful, or JSON error object if the video is not ready or an error occurred.
Video file binary data (MP4 format)