{ "opencollection": "1.0.0", "info": { "name": "PlayAI Agents Voices API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "AUTHORIZATION", "value": "{{AUTHORIZATION}}", "placement": "header" } }, "items": [ { "info": { "name": "Voices", "type": "folder" }, "items": [ { "info": { "name": "List prebuilt voices", "type": "http" }, "http": { "method": "GET", "url": "https://api.play.ai/api/v1/voices" }, "docs": "List prebuilt voices" } ] } ], "bundled": true }