Videos
Retrieve a video generation job
Retrieves a video generation job. The gateway keeps no job state, so the request is forwarded to the provider that created the job; pass provider when the job id alone is not enough to route it.
get/videos/{video_id}
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 video generation job.
Changes
Changed in 1 of the 77 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○