Tavily Extract
Extract web page content from specified URLs using Tavily Extract.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The URL or URLs to extract content from. A single URL string and an array of URL strings are both accepted.
[
"https://en.wikipedia.org/wiki/Artificial_intelligence"
]User intent for reranking extracted content chunks.
Maximum number of relevant chunks returned per source. Available only when query is provided.
1 <= x <= 5Depth of the extraction process.
basic, advanced Include a list of images extracted from the URLs.
Include the favicon URL for each result.
Format of the extracted web page content.
markdown, text Maximum time in seconds to wait for URL extraction. If omitted, default timeouts depend on extract_depth: 10 seconds for basic and 30 seconds for advanced.
1 <= x <= 60Include credit usage information in the response.