{ "opencollection": "1.0.0", "info": { "name": "Layercode REST Agents Calls API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Calls", "type": "folder" }, "items": [ { "info": { "name": "Initiate an outbound call", "type": "http" }, "http": { "method": "POST", "url": "https://api.layercode.com/v1/agents/:agent_id/calls/initiate_outbound", "params": [ { "name": "agent_id", "value": "", "type": "path", "description": "The unique identifier of the agent." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Places an outbound phone call from an assigned phone number to a destination number, connecting the callee to the voice agent." } ] } ], "bundled": true }