{ "opencollection": "1.0.0", "info": { "name": "Perplexity AI Agent Sonar API", "version": "1.0.0" }, "items": [ { "info": { "name": "Sonar", "type": "folder" }, "items": [ { "info": { "name": "Create Chat Completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.perplexity.ai/v1/sonar", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate a chat completion response for the given conversation." } ] } ], "bundled": true }