{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Signing Keys API", "version": "4.0.0" }, "items": [ { "info": { "name": "Signing Keys", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare List Signing Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/stream/keys", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Returns all signing keys for creating signed video URLs." }, { "info": { "name": "Cloudflare Create Signing Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/stream/keys", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Create a new signing key for generating signed video URLs." } ] } ], "bundled": true }