Download the generated video file
| Parameter | Type | Required | Description |
|---|---|---|---|
video_id | string | Yes | Unique identifier for the video (UUID format) |
| Parameter | Type | Required | Description |
|---|---|---|---|
format | string | No | Video format: mp4, webm, or mov (default: mp4) |
200 OK status with the video file as binary data. The response includes appropriate headers:
| Format | MIME Type | Description |
|---|---|---|
mp4 | video/mp4 | MP4 container with H.264 codec (recommended) |
webm | video/webm | WebM container with VP9 codec (web-optimized) |
mov | video/quicktime | QuickTime container with H.264 codec (Apple devices) |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the video
Video format preference
mp4, webm, mov Video file
The response is of type file.