About this endpoint
What it does
Converts an uploaded video file to the requested output format and returns a time-limited signed URL for downloading the converted file.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| video | String | Yes | Video file to convert. Binary upload. |
| output_format | ENUM | Yes | Target format for the converted video. Allowed values: mp4, mkv, avi, mov, flv, 3gp, webm. |
Response
Returns a JSON object with a data string field containing a URI. The data value is a time-limited signed URL for downloading the converted video.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | No | Time-limited signed URL for download. |