Omni
Retrieve Omni video content
Download the completed MP4 file for a beta Omni video task through the content route.
GET
cURL
Use this endpoint to download the MP4 file for a completed beta Omni video task. If the task is still running, the API returns a JSON error instead of video bytes.
Beta
Before you download
- Create a task with Create an Omni video.
- Poll with Retrieve an Omni video until
statusiscompleted. - Pass the same task ID to this endpoint.
Store completed media
The response body is binaryvideo/mp4 content. Save the bytes to your own storage when your application needs durable access to the generated media.