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