Livepeer Platform Structure
Operational structure summarising the Livepeer platform surface: Studio video resources, AI Network pipelines, CLI HTTP, and protocol-level governance.
LivepeerPlatform is a JSON Structure definition published by Livepeer. It conforms to the https://json-structure.org/draft/2025-09/schema meta-schema.
Meta-schema: https://json-structure.org/draft/2025-09/schema
JSON Structure
{
"$schema": "https://json-structure.org/draft/2025-09/schema",
"name": "LivepeerPlatform",
"version": "1.0.0",
"description": "Operational structure summarising the Livepeer platform surface: Studio video resources, AI Network pipelines, CLI HTTP, and protocol-level governance.",
"structures": {
"Provider": {
"type": "object",
"properties": {
"name": { "type": "string", "const": "Livepeer" },
"products": {
"type": "array",
"items": { "type": "string" },
"default": ["Livepeer Studio", "Livepeer AI Network", "Livepeer Protocol", "Livepeer CLI"]
},
"tokens": {
"type": "array",
"items": { "type": "string" },
"default": ["LPT"]
},
"chains": {
"type": "array",
"items": { "type": "string" },
"default": ["Ethereum Mainnet", "Arbitrum One"]
}
}
},
"StudioSurface": {
"type": "object",
"properties": {
"baseUri": { "type": "string", "default": "https://livepeer.studio/api" },
"auth": { "type": "string", "const": "Bearer (API key)" },
"resourceFamilies": {
"type": "array",
"items": { "type": "string" },
"default": ["Stream", "Multistream", "Asset", "Task", "Webhook", "Session", "Room", "AccessControl", "Playback", "Transcode", "Metrics", "Generate"]
}
}
},
"AISurface": {
"type": "object",
"properties": {
"gateways": {
"type": "array",
"items": { "type": "string" },
"default": ["https://dream-gateway.livepeer.cloud", "https://livepeer.studio/api/beta/generate"]
},
"pipelines": {
"type": "array",
"items": { "type": "string" },
"default": [
"text-to-image",
"image-to-image",
"image-to-video",
"live-video-to-video",
"upscale",
"audio-to-text",
"text-to-speech",
"image-to-text",
"segment-anything-2",
"llm"
]
},
"infraEndpoints": {
"type": "array",
"items": { "type": "string" },
"default": ["/health", "/hardware/info", "/hardware/stats"]
}
}
},
"ProtocolSurface": {
"type": "object",
"properties": {
"roles": {
"type": "array",
"items": { "type": "string" },
"default": ["Orchestrator", "Gateway", "Delegator", "AIWorker"]
},
"cliPaths": {
"type": "array",
"items": { "type": "string" },
"default": ["/status", "/protocolParameters", "/bond", "/unbond", "/rebond", "/activateOrchestrator", "/reward", "/transferTokens", "/signMessage", "/setBroadcastConfig", "/setMaxPriceForCapability", "/registeredOrchestrators"]
}
}
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/livepeer-platform-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.