{ "opencollection": "1.0.0", "info": { "name": "Dolby OptiView Real-time Streaming ABR Ladders Distributions API", "version": "2026.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Distributions", "type": "folder" }, "items": [ { "info": { "name": "Get distributions of a channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/channels/:id/distributions", "params": [ { "name": "id", "value": "", "type": "path", "description": "Channel ID" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return (max 100)" } ] }, "docs": "Get distributions of a channel" }, { "info": { "name": "Create a distribution for a channel", "type": "http" }, "http": { "method": "POST", "url": "https://api.millicast.com/api/channels/:id/distributions", "params": [ { "name": "id", "value": "", "type": "path", "description": "Channel ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a distribution for a channel" }, { "info": { "name": "Get a distribution by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" } ] }, "docs": "Get a distribution by ID" }, { "info": { "name": "Update a distribution by ID", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.millicast.com/api/distributions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a distribution by ID" }, { "info": { "name": "Delete a distribution by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.millicast.com/api/distributions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" } ] }, "docs": "Delete a distribution by ID" }, { "info": { "name": "Get security keys of a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/security/keys", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" } ] }, "docs": "Get security keys of a distribution" }, { "info": { "name": "Add a security key to a distribution", "type": "http" }, "http": { "method": "POST", "url": "https://api.millicast.com/api/distributions/:id/security/keys", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a security key to a distribution" }, { "info": { "name": "Delete all security keys of a distribution", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.millicast.com/api/distributions/:id/security/keys", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" } ] }, "docs": "Delete all security keys of a distribution" }, { "info": { "name": "Get a specific security key", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/security/keys/:keyId", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "keyId", "value": "", "type": "path", "description": "Security key ID" } ] }, "docs": "Get a specific security key" }, { "info": { "name": "Delete a specific security key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.millicast.com/api/distributions/:id/security/keys/:keyId", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "keyId", "value": "", "type": "path", "description": "Security key ID" } ] }, "docs": "Delete a specific security key" }, { "info": { "name": "Get viewing minutes analytics for a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/analytics/viewing-minutes", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "start", "value": "", "type": "query", "description": "Start date for the analytics period" }, { "name": "end", "value": "", "type": "query", "description": "End date for the analytics period" }, { "name": "groupBy", "value": "", "type": "query", "description": "Group results by channel, distribution, or streaming format" }, { "name": "resolution", "value": "", "type": "query", "description": "Time resolution for the analytics data" }, { "name": "streamingFormats", "value": "", "type": "query", "description": "Comma-separated list of streaming formats to filter by" }, { "name": "distributionIds", "value": "", "type": "query", "description": "Comma-separated list of distribution IDs to filter by" }, { "name": "utcOffset", "value": "", "type": "query", "description": "UTC offset in minutes" } ] }, "docs": "Get viewing minutes analytics for a distribution" }, { "info": { "name": "Get bytes transferred analytics for a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/analytics/bytes-transferred", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "start", "value": "", "type": "query", "description": "Start date for the analytics period" }, { "name": "end", "value": "", "type": "query", "description": "End date for the analytics period" }, { "name": "groupBy", "value": "", "type": "query", "description": "Group results by channel, distribution, or streaming format" }, { "name": "resolution", "value": "", "type": "query", "description": "Time resolution for the analytics data" }, { "name": "streamingFormats", "value": "", "type": "query", "description": "Comma-separated list of streaming formats to filter by" }, { "name": "utcOffset", "value": "", "type": "query", "description": "UTC offset in minutes" } ] }, "docs": "Get bytes transferred analytics for a distribution" }, { "info": { "name": "Get viewing minutes grouped by browser for a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/analytics/viewing-minutes/browsers", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "start", "value": "", "type": "query", "description": "Start date for the analytics period" }, { "name": "end", "value": "", "type": "query", "description": "End date for the analytics period" }, { "name": "streamingFormats", "value": "", "type": "query", "description": "Comma-separated list of streaming formats to filter by" }, { "name": "distributionIds", "value": "", "type": "query", "description": "Comma-separated list of distribution IDs to filter by" }, { "name": "utcOffset", "value": "", "type": "query", "description": "UTC offset in minutes" } ] }, "docs": "Get viewing minutes grouped by browser for a distribution" }, { "info": { "name": "Get viewing minutes grouped by country for a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/analytics/viewing-minutes/countries", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "start", "value": "", "type": "query", "description": "Start date for the analytics period" }, { "name": "end", "value": "", "type": "query", "description": "End date for the analytics period" }, { "name": "streamingFormats", "value": "", "type": "query", "description": "Comma-separated list of streaming formats to filter by" }, { "name": "distributionIds", "value": "", "type": "query", "description": "Comma-separated list of distribution IDs to filter by" }, { "name": "utcOffset", "value": "", "type": "query", "description": "UTC offset in minutes" } ] }, "docs": "Get viewing minutes grouped by country for a distribution" }, { "info": { "name": "Get bytes transferred grouped by browser for a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/analytics/bytes-transferred/browsers", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "start", "value": "", "type": "query", "description": "Start date for the analytics period" }, { "name": "end", "value": "", "type": "query", "description": "End date for the analytics period" }, { "name": "streamingFormats", "value": "", "type": "query", "description": "Comma-separated list of streaming formats to filter by" }, { "name": "distributionIds", "value": "", "type": "query", "description": "Comma-separated list of distribution IDs to filter by" }, { "name": "utcOffset", "value": "", "type": "query", "description": "UTC offset in minutes" } ] }, "docs": "Get bytes transferred grouped by browser for a distribution" }, { "info": { "name": "Get bytes transferred grouped by country for a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/analytics/bytes-transferred/countries", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "start", "value": "", "type": "query", "description": "Start date for the analytics period" }, { "name": "end", "value": "", "type": "query", "description": "End date for the analytics period" }, { "name": "streamingFormats", "value": "", "type": "query", "description": "Comma-separated list of streaming formats to filter by" }, { "name": "distributionIds", "value": "", "type": "query", "description": "Comma-separated list of distribution IDs to filter by" }, { "name": "utcOffset", "value": "", "type": "query", "description": "UTC offset in minutes" } ] }, "docs": "Get bytes transferred grouped by country for a distribution" }, { "info": { "name": "Get country insights for a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/analytics/insights/countries", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "period", "value": "", "type": "query", "description": "Time period for the insights" }, { "name": "channelIds", "value": "", "type": "query", "description": "Comma-separated list of channel IDs to filter by" }, { "name": "distributionIds", "value": "", "type": "query", "description": "Comma-separated list of distribution IDs to filter by" }, { "name": "streamingFormats", "value": "", "type": "query", "description": "Comma-separated list of streaming formats to filter by" } ] }, "docs": "Data is only available for the last 30 days." }, { "info": { "name": "Get browser and OS insights for a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/analytics/insights/browsers-os", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "period", "value": "", "type": "query", "description": "Time period for the insights" }, { "name": "channelIds", "value": "", "type": "query", "description": "Comma-separated list of channel IDs to filter by" }, { "name": "distributionIds", "value": "", "type": "query", "description": "Comma-separated list of distribution IDs to filter by" }, { "name": "streamingFormats", "value": "", "type": "query", "description": "Comma-separated list of streaming formats to filter by" } ] }, "docs": "Data is only available for the last 30 days." }, { "info": { "name": "Get viewer count insights for a distribution", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/distributions/:id/analytics/insights/viewers", "params": [ { "name": "id", "value": "", "type": "path", "description": "Distribution ID" }, { "name": "period", "value": "", "type": "query", "description": "Time period for the insights" }, { "name": "channelIds", "value": "", "type": "query", "description": "Comma-separated list of channel IDs to filter by" }, { "name": "distributionIds", "value": "", "type": "query", "description": "Comma-separated list of distribution IDs to filter by" }, { "name": "streamingFormats", "value": "", "type": "query", "description": "Comma-separated list of streaming formats to filter by" } ] }, "docs": "Data is only available for the last 30 days." } ] } ], "bundled": true }