Tavily
Activeby Orthogonal
AI web search API.
Search
Endpoints · 6
Base URLhttps://x402.orthogonal.com/tavily
EndpointDescriptionPrice
GET/research/{request_id}Not publishedRetrieve the status and results of a research task using its request ID.
POST/research$0.50Tavily Research performs comprehensive research on a given topic by conducting multiple searches, analyzing sources, and generating a detailed research report.
POST/crawlNot publishedTavily Crawl is a graph-based website traversal tool that can explore hundreds of paths in parallel with built-in extraction and intelligent discovery.
POST/searchNot publishedExecute a search query using Tavily Search.
POST/mapNot publishedTavily Map traverses websites like a graph and can explore hundreds of paths in parallel with intelligent discovery to generate comprehensive site maps.
POST/extractNot publishedExtract web page content from one or more specified URLs using Tavily Extract.
Call the provider directly and settle x402 per request.
Quickstart · x402 flow
1 · Call without payment. The service replies 402
bash
curl -i https://x402.orthogonal.com/tavily/research/{request_id}Response
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/tavily/research/{request_id} \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>"Response
HTTP/1.1 200 OKAny EOA on Monad can pay. curl shown; language tabs land in v2.
Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.
