{ "opencollection": "1.0.0", "info": { "name": "Telefon Number Management Available Numbers Transcriptions API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transcriptions", "type": "folder" }, "items": [ { "info": { "name": "Get Recording Transcriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.telefon.com/v1/numbers/recordings/:recording_id/transcriptions", "params": [ { "name": "recording_id", "value": "", "type": "path", "description": "Unique recording identifier" } ] }, "docs": "List transcriptions for a recording." }, { "info": { "name": "Create Transcription", "type": "http" }, "http": { "method": "POST", "url": "https://api.telefon.com/v1/numbers/recordings/:recording_id/transcriptions", "params": [ { "name": "recording_id", "value": "", "type": "path", "description": "Unique recording identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request AI transcription of a recording." } ] } ], "bundled": true }