API Reference

Site Mapper

Map a website's URL structure as a tree — page patterns, cardinality, and auth/account flows — across static, SPA, and bot-protected sites

← All docs
all core 9 API calls

Plugin ID: site-mapper

API calls

Every tool Site Mapper exposes. Click a call to see its full parameter schema.

Invoking from code

Authenticate with a bearer token, then call any tool above. This example runs site_mapper_start_crawl for the site-mapper app.

curl -X POST https://api.kiap.ai/api/plugin/call \
  -H "Authorization: Bearer cbk_..." \
  -H "Content-Type: application/json" \
  -d '{ "pluginId": "site-mapper", "toolName": "site_mapper_start_crawl", "args": {} }'