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).
Your API keys & usage
Each key shows API calls today (vs hourly cap) and total calls this month.
| Plan | Hourly | Monthly total | Keys |
|---|---|---|---|
| Free (after trial) | 30 | 50 | 1 |
| Trial (14 days) | 120 | 200 | 2 |
| Premium | 500 | 2000 | 10 |
| Sandbox key | Unlimited demo | — | Mock 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"}'