Skip to content
Primary navigation

Retrieve video content

$ openai videos download-content
GET/videos/{video_id}/content

Download the generated video bytes or a derived preview asset.

Streams the rendered video content for the specified video job.

ParametersExpand Collapse
--video-id: string

The identifier of the video whose media to download.

--variant: optional "video" or "thumbnail" or "spritesheet"

Which downloadable asset to return. Defaults to the MP4 video.

ReturnsExpand Collapse
unnamed_schema_6: file path

Retrieve video content

openai videos download-content \
  --api-key 'My API Key' \
  --video-id video_123
Returns Examples