cURL
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": {} }
Maps a website and returns its structure. Costs 5 credits per request.
API key authentication
Successful mapping response
The response is of type object.
object