{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice Search Community Voice API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search Community Voice", "type": "folder" }, "items": [ { "info": { "name": "searchCommunityVoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.retellai.com/search-community-voice", "body": { "type": "json", "data": "{}" } }, "docs": "Search for community voices from voice providers" } ] } ], "bundled": true }