{ "opencollection": "1.0.0", "info": { "name": "Daily REST CallTransfer Recordings API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Recordings", "type": "folder" }, "items": [ { "info": { "name": "List recordings", "type": "http" }, "http": { "method": "GET", "url": "https://api.daily.co/v1/recordings", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "room_name", "value": "", "type": "query" } ] }, "docs": "List recordings" }, { "info": { "name": "Get recording details", "type": "http" }, "http": { "method": "GET", "url": "https://api.daily.co/v1/recordings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get recording details" }, { "info": { "name": "Delete recording", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.daily.co/v1/recordings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete recording" }, { "info": { "name": "Generate recording download link", "type": "http" }, "http": { "method": "GET", "url": "https://api.daily.co/v1/recordings/:id/access-link", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Generate recording download link" }, { "info": { "name": "Start recording in room", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/recordings/start", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start recording in room" }, { "info": { "name": "Update recording in room", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/recordings/update", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update recording in room" }, { "info": { "name": "Stop recording in room", "type": "http" }, "http": { "method": "POST", "url": "https://api.daily.co/v1/rooms/:name/recordings/stop", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Stop recording in room" } ] } ], "bundled": true }