Skip to main content
GET
/
v1
/
videos
/
{video_id}
/
content
OpenAI video content
curl --request GET \
  --url http://sandbox.mintlify.com/v1/videos/{video_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"
Use this endpoint to fetch the final video asset or content stream after a task completes.
  • Authenticate with Authorization: Bearer {API_KEY}
  • The path parameter is still video_id
  • Only call this after the status endpoint confirms completion
  • Large downloads are often better proxied or signed by your backend

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

video_id
string
required

Video ID

Example:

"video_123456789"

Response

Successful video content response

The response is of type file.