cURL
curl --request GET \ --url http://sandbox.mintlify.com/v1/videos/{video_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
Downloads the binary content of a completed video generation task.
Authorization: Bearer {API_KEY}
video_id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Video ID
"video_123456789"
Successful video content response
The response is of type file.
file