Get your Exa API key
Authorizations
API key can be provided either via x-api-key header or Authorization header with Bearer scheme
Body
The url for which you would like to find similar links.
"https://arxiv.org/abs/2307.06435"
Number of results to return (up to thousands of results available for custom plans)
x <= 100
10
List of domains to include in the search. If specified, results will only come from these domains.
["arxiv.org", "paperswithcode.com"]
List of domains to exclude from search results. If specified, no results will be returned from these domains.
Crawl date refers to the date that Exa discovered a link. Results will include links that were crawled after this date. Must be specified in ISO 8601 format.
"2023-01-01T00:00:00.000Z"
Crawl date refers to the date that Exa discovered a link. Results will include links that were crawled before this date. Must be specified in ISO 8601 format.
"2023-12-31T00:00:00.000Z"
Only links with a published date after this will be returned. Must be specified in ISO 8601 format.
"2023-01-01T00:00:00.000Z"
Only links with a published date before this will be returned. Must be specified in ISO 8601 format.
"2023-12-31T00:00:00.000Z"
List of strings that must be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words.
["large language model"]
List of strings that must not be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words. Checks from the first 1000 words of the webpage text.
["course"]
Formats the search results into a context string ready for LLMs.
true
Enable content moderation to filter unsafe content from search results.
true
Response
OK