Exa
SearchAI-powered web search, content retrieval, and deep research. Semantic search, find similar pages, and get page contents.
https://api.dao.pub/market/exaEndpoints
/answer$0.01Get a direct answer to a question using Exa's search and AI.
POST JSON body with a query. Returns a direct AI-generated answer with citations from web sources.
querystring (natural language question)textboolean (optional)/contents$0.01Get the contents of web pages by URL.
POST JSON body with either ids (from search results) or urls. Returns page contents as clean text.
idsstring (result IDs from /search)urlsstring (or provide URLs directly)text[object Object]highlights[object Object]/findSimilar$0.01Find web pages similar to a given URL.
POST JSON body with a URL. Returns web pages with similar content.
urlstring (reference URL)numResultsnumber (optional)includeDomainsstring (optional)excludeDomainsstring (optional)startPublishedDatestring (optional, YYYY-MM-DD)endPublishedDatestring (optional, YYYY-MM-DD)/research/v1$0.01List research tasks.
GET with no params. Returns a list of all research tasks and their statuses.
/research/v1$0.01Start a deep research task.
POST JSON body with a query. Starts an async deep research task. Use GET /research/v1/:researchId to poll for results.
querystring (research question or topic)/research/v1/:researchId$0.01Get the status and results of a research task.
Replace :researchId with the task ID. Returns status ('running', 'completed', 'failed') and results when complete.
researchIdstring/search$0.01Semantic web search.
POST JSON body with query. Returns semantically relevant web pages. Add contents.text to include page text inline.
querystring (natural language search query)numResultsnumber (optional)useAutopromptboolean (optional)typestring (optional: 'keyword', 'neural', 'auto')categorystring (optional: 'company', 'research paper', 'news', 'github', 'tweet', etc.)includeDomainsstring (optional)excludeDomainsstring (optional)startPublishedDatestring (optional, YYYY-MM-DD)endPublishedDatestring (optional, YYYY-MM-DD)contents[object Object]