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