Skip to main content
AI-optimized search engine designed specifically for LLM and agent workflows, returning pre-processed results ready for consumption. Best for agent research tasks where results need to be immediately usable without post-processing. Unlike general search APIs (Serper, Brave), Tavily formats results for AI comprehension and includes a separate content extraction endpoint for deep page reading. 2 endpoints available through Lava’s AI Gateway. See the Tavily API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.

Endpoints

POST https://api.tavily.com/search — $0.008 / request
const data = await lava.gateway('https://api.tavily.com/search', { body: {"query":"your search query"} });

Extract content from URLs

POST https://api.tavily.com/extract — $0.008 / request
const data = await lava.gateway('https://api.tavily.com/extract', { body: {"urls":["https://example.com"]} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests