Livepeer Webhook
Webhook subscription that posts events from Livepeer Studio (stream/asset/task lifecycle) to a customer URL.
VideoStreamingTranscodingDecentralizedWeb3Live VideoAI Video
Properties
| Name |
Type |
Description |
| id |
string |
|
| name |
string |
|
| kind |
string |
|
| createdAt |
number |
|
| userId |
string |
|
| projectId |
string |
|
| events |
array |
|
| url |
string |
|
| sharedSecret |
string |
Used for HMAC-signing the delivered payload. |
| streamId |
string |
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/livepeer-com/json-schema/livepeer-webhook-schema.json",
"title": "Livepeer Webhook",
"description": "Webhook subscription that posts events from Livepeer Studio (stream/asset/task lifecycle) to a customer URL.",
"type": "object",
"required": ["name", "url", "events"],
"properties": {
"id": { "type": "string" },
"name": { "type": "string", "minLength": 1 },
"kind": { "type": "string", "enum": ["webhook"] },
"createdAt": { "type": "number" },
"userId": { "type": "string" },
"projectId": { "type": "string" },
"events": {
"type": "array",
"minItems": 1,
"items": {
"type": "string",
"enum": [
"stream.started",
"stream.detection",
"stream.idle",
"recording.ready",
"recording.started",
"recording.waiting",
"multistream.connected",
"multistream.error",
"multistream.disconnected",
"playback.user.new",
"playback.accessControl",
"asset.created",
"asset.updated",
"asset.ready",
"asset.failed",
"asset.deleted",
"task.spawned",
"task.updated",
"task.completed",
"task.failed"
]
}
},
"url": { "type": "string", "format": "uri" },
"sharedSecret": {
"type": "string",
"description": "Used for HMAC-signing the delivered payload."
},
"streamId": { "type": "string" }
}
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/livepeer-webhook"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.