Quick start
Your first audit in under a minute. Create a free account, generate a key, make one request.
1. Create an account & key
API keys are created from your dashboard. Create a free account (or sign in), then generate a key in your API dashboard — it's shown once, so store it safely.
2. Make a request
Send your key as an X-API-Key header and pass any public url. Bare domains default to https://.
3. Read the result
You get a score, grade, prioritised issues and per-check detail:
200 · application/json
- {
- "url": "https://example.com",
- "score": 82,
- "grade": "B",
- "issues": ["Missing meta description"],
- "usage": { "used": 1, "dailyLimit": 100, "tier": "free" }
- }
Next steps
- Authentication — keys, headers and keeping them safe.
- Audit a URL and the other live endpoints.
- Rate limits and error handling.