The Livepeer Studio API is REST-based: resource-oriented URLs, JSON request and response bodies, standard HTTP methods and status codes.
Authentication
Use API keys 进行身份验证。在 Livepeer Studio → Developers 中创建和管理密钥。在请求头中发送密钥:
Authorization: Bearer YOUR_API_KEY
Keep API keys secret. Do not expose them in the browser or in public repos. Prefer backend-to-API calls. CORS-enabled keys are deprecated; avoid using them in frontend code.
基础 URL 和资源
- Studio API 的基础 URL 在 Livepeer Studio API 参考.
- 主要资源包括:stream, session, 资产, 播放, 多流, webhook, signing-key, task, 观众人数, 转码, 以及(对于AI)生成.
完整参考
对于端点、请求/响应结构和用法:
使用 SDK (TypeScript, Go, Python) 用于类型化客户端。有关访问控制,请参见 API 密钥和签名密钥 和 访问控制.