HLS Converter
A small API to convert MP4 video files to HLS streams.
94 subscribers
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
HLS Converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Request an upload ID /request |
Before doing anything, you must register your operation by requesting an upload ID, which you will re-use later. During this step, you can also specify the encoding settings used… |
| POST |
Upload your MP4 video file /upload/{uploadId} |
Once you have an upload ID, you can upload your MP4 video file. You must use a `multipart/form-data` type of body and store the file with the media key. The upload may take a few… |
| GET |
Check encoding status /status/{uploadId} |
After upload the encoding process will start automatically. You can check its status on this route, using the `uploadId`. Five different return values statuses are possible: -… |
| GET |
Download your HLS stream /download/{uploadId} |
To get your stream, you can download your HLS stream files in a zipped folder. Before downloading your file, you may check the status of your encoding, to make sure the encoding… |
HLS Converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|