{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Add Community Voice", "type": "folder" }, "items": [ { "info": { "name": "addCommunityVoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.retellai.com/add-community-voice", "body": { "type": "json", "data": "{}" } }, "docs": "Add a community voice to the voice library" } ] } ], "bundled": true }