Skip to main content
Page is under construction.

Check the github issues for ways to contribute! Or provide your feedback in this quick form

API Reference

Welcome to the Livepeer Studio API reference! Here you’ll find all the endpoints exposed on the Livepeer Studio API, learn how to use them and what they return. The Livepeer Studio API is organized around REST, has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL

All API requests should be made to:
https://livepeer.studio/api

Authentication

All requests require authentication using an API key. See the Authentication guide for details.

API Endpoints

Response Format

All responses are JSON-encoded. Successful responses return a 200 OK status code with the requested data in the response body. Error responses include an error object with details about what went wrong.

Rate Limits

API requests are subject to rate limiting. See your dashboard for current limits and usage.

Getting Help

Last modified on February 18, 2026