{ "opencollection": "1.0.0", "info": { "name": "Mux Video Assets Playback IDs API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Playback IDs", "type": "folder" }, "items": [ { "info": { "name": "Create a playback ID", "type": "http" }, "http": { "method": "POST", "url": "https://api.mux.com/video/v1/assets/:ASSET_ID/playback_ids", "params": [ { "name": "ASSET_ID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a playback ID" } ] } ], "bundled": true }