Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt

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

AI Worker API Reference

Complete API reference for all Livepeer AI Worker endpoints.
This API can be consumed through either Livepeer Studio (managed) or a self-hosted go-livepeer / AI worker Gateway. Endpoint paths match, while auth and operations differ by deployment model.

Base URLs

EnvironmentURL
Cloud SPE Gatewayhttps://tools.livepeer.cloud
Livepeer Studio Gatewayhttps://livepeer.studio/api/beta/generate
As of 02-March-2026, Livepeer Studio AI requests use https://livepeer.studio/api/beta/generate with Authorization: Bearer <LIVEPEER_STUDIO_API_KEY>. For Cloud SPE-managed access, check https://tools.livepeer.cloud for the current direct API endpoint and auth requirements.

Generate Endpoints

POST /text-to-image


POST /image-to-image


POST /image-to-video


POST /upscale


POST /audio-to-text


POST /segment-anything-2


POST /llm


POST /image-to-text


POST /live-video-to-video


POST /text-to-speech


System Endpoints

GET /health


GET /hardware/info


GET /hardware/stats

Last modified on May 27, 2026