API Reference
Tavily Extract
Extract web page content from one or more specified URLs using Tavily Extract.
POST
Authorizations
Bearer authentication header in the form Bearer <token>, where <token> is your Tavily API key (e.g., Bearer tvly-YOUR_API_KEY).
Body
application/json
Parameters for the Tavily Extract request.
The URL to extract content from.
Example:
"https://en.wikipedia.org/wiki/Artificial_intelligence"
Include a list of images extracted from the URLs in the response. Default is false.
The depth of the extraction process. advanced
extraction retrieves more data, including tables and embedded content, with higher success but may increase latency.basic
extraction costs 1 credit per 5 successful URL extractions, while advanced
extraction costs 2 credits per 5 successful URL extractions.
Available options:
basic
, advanced