{ "opencollection": "1.0.0", "info": { "name": "Dolby OptiView Real-time Streaming ABR Ladders Engines API", "version": "2026.05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Engines", "type": "folder" }, "items": [ { "info": { "name": "Get engines of a channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/channels/:id/engines", "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 engines of a channel" }, { "info": { "name": "Create an engine for a channel", "type": "http" }, "http": { "method": "POST", "url": "https://api.millicast.com/api/channels/:id/engines", "params": [ { "name": "id", "value": "", "type": "path", "description": "Channel ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an engine for a channel" }, { "info": { "name": "Get an engine by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/engines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Engine ID" } ] }, "docs": "Get an engine by ID" }, { "info": { "name": "Update an engine by ID", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.millicast.com/api/engines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Engine ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an engine by ID" }, { "info": { "name": "Delete an engine by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.millicast.com/api/engines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Engine ID" } ] }, "docs": "Delete an engine by ID" }, { "info": { "name": "Start an engine", "type": "http" }, "http": { "method": "POST", "url": "https://api.millicast.com/api/engines/:id/start", "params": [ { "name": "id", "value": "", "type": "path", "description": "Engine ID" } ] }, "docs": "Start an engine" }, { "info": { "name": "Stop an engine", "type": "http" }, "http": { "method": "POST", "url": "https://api.millicast.com/api/engines/:id/stop", "params": [ { "name": "id", "value": "", "type": "path", "description": "Engine ID" } ] }, "docs": "Stop an engine" }, { "info": { "name": "Get the last run of an engine", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/engines/:id/last-run", "params": [ { "name": "id", "value": "", "type": "path", "description": "Engine ID" } ] }, "docs": "Get the last run of an engine" }, { "info": { "name": "Get runs of an engine", "type": "http" }, "http": { "method": "GET", "url": "https://api.millicast.com/api/engines/:id/runs", "params": [ { "name": "id", "value": "", "type": "path", "description": "Engine ID" } ] }, "docs": "Get runs of an engine" } ] } ], "bundled": true }