v1
latestOpenAPI 3.0.32026-07-267263.7 KBInitiate a web mapping from a base URL
Tavily Map traverses websites like a graph and can explore hundreds of paths in parallel with intelligent discovery to generate comprehensive site maps.
post/map
Request body
Example request
{
"url": "docs.tavily.com",
"instructions": "Find all pages about the Python SDK"
}Response
Map results returned successfully
Example response
{
"base_url": "docs.tavily.com",
"results": [
"https://docs.tavily.com/welcome",
"https://docs.tavily.com/documentation/api-credits",
"https://docs.tavily.com/documentation/about"
],
"response_time": 1.23,
"usage": {
"credits": 1
},
"request_id": "123e4567-e89b-12d3-a456-426614174111"
}