Retrieve the actual video file content for a completed Sora video generation task
/v1/video/{video_id}/content endpoint allows you to retrieve the actual video file content for a completed Sora video generation task. This endpoint provides direct access to the generated video binary data.
video_id from the successful responsecompleted before attempting to downloadopenapi.json. Scroll down to see the interactive API reference.video/* (typically video/mp4)application/jsonContent-Type header:
video, the response is binary video dataapplication/json, parse it as JSON error informationvideo/mp4).
expires_at), you will receive a 404 or error response. Videos cannot be retrieved after expiration. Always download videos promptly after generation completes.
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)