{ "opencollection": "1.0.0", "info": { "name": "Exa Agent Answer API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Answer", "type": "folder" }, "items": [ { "info": { "name": "Answer", "type": "http" }, "http": { "method": "POST", "url": "https://api.exa.ai/answer", "body": { "type": "json", "data": "{}" } }, "docs": "Performs a search based on the query and generates either a direct answer or a detailed summary with citations, depending on the query type." } ] } ], "bundled": true }