Dolby OptiView Subscribe Token
Schema for the Subscribe 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-subscribe-token-schema.json",
"title": "Dolby OptiView Subscribe Token",
"description": "Schema for the Subscribe Token request and response objects on the Dolby OptiView Real-time Streaming (Millicast) REST API.",
"type": "object",
"definitions": {
"SubscribeTokenCreate": {
"type": "object",
"description": "Request body for POST /subscribe_token.",
"required": ["label", "streams"],
"properties": {
"label": { "type": "string" },
"streams": {
"type": "array",
"items": {
"type": "object",
"properties": {
"streamName": { "type": "string" },
"isRegex": { "type": "boolean", "default": false }
},
"required": ["streamName"]
}
},
"allowedOrigins": {
"type": "array",
"items": { "type": "string" }
},
"allowedIpAddresses": {
"type": "array",
"items": { "type": "string" }
},
"bindIpsOnUsage": {
"type": "integer",
"description": "Number of IPs to bind on first usage."
},
"allowedCountries": {
"type": "array",
"description": "ISO 3166-1 alpha-2 country codes permitted to view.",
"items": { "type": "string" }
},
"deniedCountries": {
"type": "array",
"items": { "type": "string" }
},
"expiresOn": { "type": "string", "format": "date-time" }
}
},
"SubscribeToken": {
"type": "object",
"required": ["id", "token", "label", "streams"],
"properties": {
"id": { "type": "integer" },
"label": { "type": "string" },
"token": { "type": "string" },
"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" } },
"allowedIpAddresses": { "type": "array", "items": { "type": "string" } },
"allowedCountries": { "type": "array", "items": { "type": "string" } },
"deniedCountries": { "type": "array", "items": { "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/dolby-io-subscribe-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.