Livepeer Video Gateway

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