Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-docs-v2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Use the Livepeer Studio SDKs to call the API and build playback or broadcast UIs with less boilerplate.

Server-side SDKs

Install the SDK for your language and initialise with your API key. Use them from your backend only.
LanguagePackageDocs
TypeScript / JavaScriptlivepeernpm, Livepeer Studio docs
Golivepeer-gopkg.go.dev
PythonlivepeerPyPI
Example (Node):
const livepeer = new Livepeer({ apiKey: process.env.LIVEPEER_API_KEY });
const { data } = await livepeer.stream.create({ name: "my-stream" });

React components

@livepeer/react provides: Use with your existing React app; the components work with the Livepeer Studio API and optional Studio provider.
Last modified on April 8, 2026