{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Live Inputs API", "version": "4.0.0" }, "items": [ { "info": { "name": "Live Inputs", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare List Live Inputs", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/stream/live_inputs", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Returns all live inputs configured for the account." }, { "info": { "name": "Cloudflare Create Live Input", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/stream/live_inputs", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new live input for RTMPS or SRT ingestion." } ] } ], "bundled": true }