Dolby OptiView Publish Token
Schema for the Publish Token request and response objects on the Dolby OptiView Real-time Streaming (Millicast) REST API.
MediaStreamingReal-Time StreamingWebRTCLive StreamingLow LatencyVideoAudioBroadcastPlayerAdvertisingDolby OptiViewMillicastTHEOliveTHEOplayer
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/dolby-io/dolby-io-publish-token-schema.json",
"title": "Dolby OptiView Publish Token",
"description": "Schema for the Publish Token request and response objects on the Dolby OptiView Real-time Streaming (Millicast) REST API.",
"type": "object",
"definitions": {
"PublishTokenCreate": {
"type": "object",
"description": "Request body for POST /publish_token.",
"required": ["label", "streams"],
"properties": {
"label": {
"type": "string",
"description": "Human-readable label for the token."
},
"streams": {
"type": "array",
"description": "List of stream names (or regex patterns) the token is valid for.",
"items": {
"type": "object",
"properties": {
"streamName": { "type": "string" },
"isRegex": { "type": "boolean", "default": false }
},
"required": ["streamName"]
}
},
"allowedOrigins": {
"type": "array",
"items": { "type": "string" }
},
"originCluster": { "type": "string" },
"record": { "type": "boolean", "default": false },
"multisource": { "type": "boolean", "default": false },
"enableThumbnails": { "type": "boolean", "default": false },
"expiresOn": { "type": "string", "format": "date-time" }
}
},
"PublishToken": {
"type": "object",
"description": "Publish token response object.",
"required": ["id", "token", "label", "streams"],
"properties": {
"id": { "type": "integer" },
"label": { "type": "string" },
"token": {
"type": "string",
"description": "JWT used by the broadcaster (WebRTC/WHIP) to publish."
},
"addedOn": { "type": "string", "format": "date-time" },
"expiresOn": { "type": "string", "format": "date-time" },
"isActive": { "type": "boolean" },
"streams": {
"type": "array",
"items": {
"type": "object",
"properties": {
"streamName": { "type": "string" },
"isRegex": { "type": "boolean" }
}
}
},
"allowedOrigins": {
"type": "array",
"items": { "type": "string" }
},
"record": { "type": "boolean" },
"multisource": { "type": "boolean" },
"enableThumbnails": { "type": "boolean" }
}
}
}
}
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/dolby-io-publish-token"
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.