About this endpoint
What it does
Converts a video from the source URL you provide into the requested output format and returns a time-limited signed download URL. The request body includes the source video URL and the target format.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| video_url | String | Yes | Source video URL. Must be a valid URI. |
| output_format | ENUM | Yes | Target video format. Allowed values: mp4, mkv, avi, mov, flv, 3gp, webm. |
Response
Returns a JSON object with a data string field containing a time-limited signed URL for download.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | No | Time-limited signed URL for download. Must be a valid URI. |