Videos
Download the rendered video
Downloads the rendered video of a completed job as raw binary bytes. Returns 404 while the job is still queued or in_progress, or if it failed.
get/videos/{video_id}/content
Path parameters
video_idstring required
The id of the video generation job, as returned by POST /videos. Opaque to clients - it may encode the provider - and must be sent back verbatim.
Query parameters
provider'ollama' | 'ollama_cloud' | 'groq' | 'llamacpp' | 'openai' | 'cloudflare' | 'cohere' | 'anthropic' | 'deepseek' | 'elevenlabs' | 'google' | 'mistral' | 'minimax' | 'moonshot' | 'nvidia' | 'zai'
Specific provider to use (default determined by the job id)
Response
The rendered video as raw binary bytes. The actual Content-Type header of the response reflects the container produced by the provider (e.g. video/mp4).