Media delivery and transcoding service. Stream, upload, and manage video assets over a simple HTTP interface.
Downloads (streams) a video asset by its identifier. Supports HTTP range requests for seeking.
| Code | Description |
|---|---|
| 200 | Video stream (application/octet-stream) |
| 206 | Partial content (range request) |
| 404 | Video not found |
Returns metadata for a stored video asset.
| Code | Description |
|---|---|
| 200 | Video metadata object |
| 404 | Video not found |
Uploads a video asset for storage and later streaming.
| Code | Description |
|---|---|
| 201 | Created |
| 400 | Invalid payload |
Liveness probe for the service.
| Code | Description |
|---|---|
| 200 | {"status":"ok"} |
Models used by the API.