Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body model for the /map endpoint
Url to map
"https://example.com"
Sitemap and other methods will be used together to find URLs
skip, include, only "include"
Country used to access the target URL, use ISO Alpha-2 Codes
"US"
LCID standard locale used for the URL request. Alternatively, user can use 'auto' for automatic locale based on geo-location
"en-US"
Includes subdomains of the main domain in the mapping process
domain, subdomain, all "all"
Maximum number of links to return
1 <= x <= 100000Successful Response
Response schema for map requests
Unique identifier for the map task
"123e4567-e89b-12d3-a456-426614174000"
Indicates if the map request was successful
true
Array of mapped links with optional titles and descriptions
{
"url": "https://example.com/page1",
"title": "Example Page 1",
"description": "This is an example description for page 1"
}{ "url": "https://example.com/page2" }