Retrieve video 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.
Retrieve video content
curl https://api.openai.com/v1/videos/$VIDEO_ID/content \
-H "Authorization: Bearer $OPENAI_API_KEY"