Retrieve video content
$ openai videos download-content
get /videos/{video_id}/content
Retrieve video content
Parameters
-
--video-id: stringThe 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.
Returns
unnamed_schema_6: file path
Example
openai videos download-content \
--api-key 'My API Key' \
--video-id video_123