{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice Create Phone Call API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Create Phone Call", "type": "folder" }, "items": [ { "info": { "name": "createPhoneCall", "type": "http" }, "http": { "method": "POST", "url": "https://api.retellai.com/v2/create-phone-call", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new outbound phone call" } ] } ], "bundled": true }