POST
/
map

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string
required

The base URL to start crawling from

search
string

Search query to use for mapping. During the Alpha phase, the 'smart' part of the search functionality is limited to 1000 search results. However, if map finds more results, there is no limit applied.

ignoreSitemap
boolean
default: true

Ignore the website sitemap when crawling

includeSubdomains
boolean
default: false

Include subdomains of the website

limit
integer
default: 5000

Maximum number of links to return

Response

200 - application/json
success
boolean
links
string[]