API Reference
Answer
Get an LLM answer to a question informed by Exa search results. Fully compatible with OpenAI’s chat completions endpoint - docs here.
/answer
performs an Exa search and uses an LLM to generate either:
- A direct answer for specific queries. (i.e. “What is the capital of France?” would return “Paris”)
- A detailed summary with citations for open-ended queries (i.e. “What is the state of ai in healthcare?” would return a summary with citations to relevant sources)
The response includes both the generated answer and the sources used to create it. The endpoint also supports streaming (as stream=True
), which will returns tokens as they are generated.
POST
Get your Exa API key
Authorizations
API key can be provided either via x-api-key header or Authorization header with Bearer scheme
Body
application/json
Response
200
application/json
OK
The response is of type object
.