{ "opencollection": "1.0.0", "info": { "name": "Zo AI Personas API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Personas", "type": "folder" }, "items": [ { "info": { "name": "List available personas", "type": "http" }, "http": { "method": "GET", "url": "https://api.zo.computer/personas/available" }, "docs": "List all configured personas. When authenticated with an API key, returns personas for the key owner." } ] } ], "bundled": true }