{ "opencollection": "1.0.0", "info": { "name": "Aircall Public Calls Conversation Intelligence API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Conversation Intelligence", "type": "folder" }, "items": [ { "info": { "name": "Retrieve call transcription", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/calls/:id/transcription", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve call transcription" }, { "info": { "name": "Retrieve call summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/calls/:id/summary", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve call summary" } ] } ], "bundled": true }