Developers

API keys tied to your account — rate limits and per-module usage apply. View usage

Keys inherit your account limits.

Account usage

Loading plan and scan quotas…

Create API key

Every key needs a name (e.g. Production, CI pipeline, Staging).

API docs

Your API keys & usage

Each key shows API calls today (vs hourly cap) and total calls this month.

curl -X POST http://localhost:8001/api/v1/scan/website \
  -H "Authorization: Bearer YOUR_SESSION" \
  -H "X-API-Key: ak_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}'