Tavily Map
Tavily
Tavily Map
POST
Tavily Map
Tavily is a web data retrieval API designed for developers and AI applications. This document describes the Tavily passthrough endpoints exposed by the platform gateway. It is based on Tavilyβs Map API with platform route prefixes applied.
Base URL example:
https://api.novita.ai
Map a site starting from a root URL, following links to discover the structure of reachable pages and return their URLs.
Request Headers
All endpoints require platform API authentication.Use
application/json.Platform API key, formatted as
Bearer <api_key>.Request Body
Crawl root URL.
Crawler instructions in natural language.
Crawler depth limit. Default is
1; range is 1 to 5.Max links per page. Default is
20; range is 1 to 500.Link processing limit for crawler. Default is
50; minimum is 1.Restrict URL paths matching these regex patterns.
Restrict domains matching these regex patterns.
Exclude URL paths matching these regex patterns.
Exclude domains matching these regex patterns.
Include external domain links.
Crawl operation time limit in seconds. Default is
150; range is 10 to 150.Request Example
Response
Crawl base URL.
URLs discovered during mapping.
Request duration in seconds.
Unique request identifier.
Errors
The platform may return standard HTTP errors before forwarding the request, and Tavily may return upstream errors after forwarding.Invalid request body or unsupported parameter value.
Missing or invalid API key.
Access denied by platform or upstream provider, or the URL is not supported.
Route or requested resource not found.
Rate limit exceeded.
Internal server error.
Upstream provider error.
Service unavailable.
Notes
- All request bodies are JSON.
- Extra Tavily parameters not listed here may be passed through.
- Response shapes can vary depending on request options.
- This document intentionally omits billing-related fields.
References
For more details, see the Tavily Map API reference.Last modified on June 23, 2026