Vidu
Retrieve Vidu video content
Download the completed MP4 file for a Vidu video task through the content route.
GET
cURL
Use this endpoint to download the MP4 file for a completed Vidu video task. If the task is still running, the API returns a JSON error instead of video bytes.
Before you download
- Create a task with Create a Vidu video.
- Poll with Retrieve a Vidu 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.