Transcode video on the Livepeer network.
VOD ABR ladder transcoding and live RTMP→HLS streaming. Free during beta.
# VOD ABR ladder
curl https://api.example.com/api/v1/abr \
-H "Authorization: Bearer sk-..." \
-H "Content-Type: application/json" \
-d '{"input_url":"https://example.com/source.mp4"}'
# Live RTMP→HLS
curl https://api.example.com/api/v1/live \
-H "Authorization: Bearer sk-..." \
-X POST
Request access
Sign up to the waitlist. We email a verification link; once verified, an admin reviews your signup and emails an API key.
API surface
POST /api/v1/abr— VOD ABR ladder transcodePOST /api/v1/abr/upload-url— presigned MinIO PUT for VOD ingestPOST /api/v1/live— allocate an RTMP ingest + HLS egress sessionGET /api/v1/live/:id— live session statusDELETE /api/v1/live/:id— close a live sessionGET /api/v1/capabilities— registry-backed transcode catalog