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