POST
/
map
curl --request POST \
  --url https://www.norns.ai/api/v0/map \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "ignoreSitemap": true,
  "includeSubdomains": true,
  "limit": 2500,
  "search": "<string>",
  "sitemapOnly": true,
  "enrichLinks": true
}'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json
url
string
required

The URL to map (must include protocol)

ignoreSitemap
boolean

Whether to ignore the sitemap

includeSubdomains
boolean

Whether to include subdomains in the mapping

limit
integer

Maximum number of pages to map (1-5000)

Required range: 1 < x < 5000

Search term to filter pages

sitemapOnly
boolean

Whether to only use sitemap for mapping

Whether to enrich links with additional data

Response

200
application/json
Successful mapping response
success
boolean
data
object