Skip to main content
GET
/
v1
/
videos
/
{video_id}
/
content
OpenAI video content
curl --request GET \
  --url https://maas.apigo.ai/v1/videos/{video_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.apigo.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.