{ "opencollection": "1.0.0", "info": { "name": "Perplexity AI Agent API", "version": "1.0.0" }, "items": [ { "info": { "name": "Agent", "type": "folder" }, "items": [ { "info": { "name": "Create Agent Response", "type": "http" }, "http": { "method": "POST", "url": "https://api.perplexity.ai/v1/agent", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate a response for the provided input with optional web search and reasoning." } ] } ], "bundled": true }