Skip to main content
GET
Get video content
Returns the raw video binary when the generation is ready.
  • It is only available once the job is complete and output access allows direct bytes.
  • For browser-friendly or temporary direct downloads, prefer POST /videos/{video_id}/download_url.
  • For multi-output jobs, inspect outputs on the status response before requesting a signed download URL for a specific output index.

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

video_id
string
required

The ID of the video generation request.

Response

200 - application/octet-stream

Video content

The response is of type file.

Last modified on July 26, 2026