Looking for the Python or JavaScript SDK Reference? Head to our SDK Reference page to see how to natively integrate Tavily in your project.

Base URL

The base URL for all requests to the Tavily API is:

https://api.tavily.com

Authentication

All Tavily endpoints are authenticated using API keys. Get your free API key.

curl -X POST https://api.tavily.com/search \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer tvly-YOUR_API_KEY" \
  -d '{"query": "Who is Leo Messi?"}'

Endpoints