{ "opencollection": "1.0.0", "info": { "name": "Ando Public Calls API", "version": "v1" }, "items": [ { "info": { "name": "Calls", "type": "folder" }, "items": [ { "info": { "name": "Get a call", "type": "http" }, "http": { "method": "GET", "url": "https://api.ando.so/v1/calls/:callId", "params": [ { "name": "callId", "value": "", "type": "path", "description": "Call identifier." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns call metadata, participants, summary, and timing." }, { "info": { "name": "Get a call transcript", "type": "http" }, "http": { "method": "GET", "url": "https://api.ando.so/v1/calls/:callId/transcript", "params": [ { "name": "callId", "value": "", "type": "path", "description": "Call identifier." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns transcript segments for a call." } ] } ], "bundled": true }