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

Response

200
application/json

Successful mapping response

The response is of type object.