Tavily Search
Execute a search query using Tavily Search.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The search query to execute with Tavily.
Number of days back from the current date to include. Available only if topic is 'news'
.
x > 0
A list of domains to specifically exclude from the search results.
Include an LLM-generated answer to the provided query. 'basic'
or true
returns a quick answer. 'advanced'
returns a more detailed answer.
A list of domains to specifically include in the search results.
When include_images
is true
, also add a descriptive text for each image.
Also perform an image search and include the results in the response.
Include the cleaned and parsed HTML content of each search result.
The maximum number of search results to return.
0 < x < 20
The depth of the search. A basic
search costs 1 API Credit, while an advanced
search costs 2 API Credits.
basic
, advanced
The time range back from the current date to filter results.
day
, week
, month
, year
, d
, w
, m
, y
The category of the search.
general
, news
Response
A short answer to the user's query, generated by an LLM.
List of query-related images. If include_image_descriptions is true, each item will have 'url' and 'description'.
The search query that was executed.
Time in seconds it took to complete the request.
A list of sorted search results, ranked by relevancy.