HappyHorse
Retrieve HappyHorse video content
Download the completed MP4 file for a HappyHorse video task through the content route.
GET
cURL
Use this endpoint to download the MP4 file for a completed HappyHorse 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 HappyHorse video.
- Poll with Retrieve a HappyHorse 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.