File size: 328 Bytes
50c0d03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Endpoint
`POST https://api.tavily.com/search`

## Request Fields
```
api_key
query
search_depth        (basic, advanced)
max_results         (1-10)
include_answer
include_raw_content
include_domains[]
exclude_domains[]
days
```

## Response Structure
```
answer
results[]
  title
  url
  content
  score
  published_date
```