{ "opencollection": "1.0.0", "info": { "name": "Perplexity AI Agent Async API", "version": "1.0.0" }, "items": [ { "info": { "name": "Async", "type": "folder" }, "items": [ { "info": { "name": "Get Async Chat Completion", "type": "http" }, "http": { "method": "GET", "url": "https://api.perplexity.ai/v1/async/sonar/:api_request", "params": [ { "name": "api_request", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve the response for a given asynchronous chat completion request." }, { "info": { "name": "List Async Chat Completions", "type": "http" }, "http": { "method": "GET", "url": "https://api.perplexity.ai/v1/async/sonar", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a list of all asynchronous chat completion requests for a given user." }, { "info": { "name": "Create Async Chat Completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.perplexity.ai/v1/async/sonar", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Submit an asynchronous chat completion request." } ] } ], "bundled": true }