Skip to main content
POST
/
web
/
map
cURL
curl -X POST https://api.crevio.co/v1/web/map \
  -H "Authorization: Bearer $CREVIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","limit":50}'
{
  "url": "<string>",
  "total_urls": 123,
  "urls": [
    "<string>"
  ],
  "categorized_urls": {},
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Body

application/json
url
string
required

Site entry point.

limit
integer

Maximum URLs to return (default 50).

Response

OK

url
string
total_urls
integer
urls
string[]
categorized_urls
object
timestamp
string