Exa
Neural semantic search over the open web: run natural-language searches, extract full page contents, get direct cited answers, and launch asynchronous research Agent runs through the AIsa API gateway.
API Sections
POST Exa Search
/apis/v1/exa/searchSemantic web search over a natural-language query.
POST Exa Contents
/apis/v1/exa/contentsFetch full page contents for a list of URLs.
POST Exa Answer
/apis/v1/exa/answerRetrieve sources and generate a cited answer.
POST Exa Agent Runs
/apis/v1/exa/agent/runsSubmit an async research run (poll GET /exa/agent/runs/{jobId}).
Related APIs
Search API
POST Exa Answer
Get a direct, cited answer to a question by retrieving sources and generating a grounded response.
Search API
POST Exa Agent Runs
Submit a research task to the Exa Agent as an async job — submit, then poll for status and results.
Search API
POST Exa Search
Run a neural semantic web search from a natural-language query and get back the most relevant results.