Developers

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

Keys inherit your plan limits (free trial → premium).

Account usage

Loading plan and scan quotas…

Create API key

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

Open sandbox API docs

Your API keys & usage

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

PlanHourlyMonthly totalKeys
Free (after trial)30501
Trial (14 days)1202002
Premium500200010
Sandbox keyUnlimited demoMock data only

Agency profile PREMIUM

White-label report branding.

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"}'