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
  1. {
  2. "url": "https://example.com",
  3. "score": 82,
  4. "grade": "B",
  5. "issues": ["Missing meta description"],
  6. "usage": { "used": 1, "dailyLimit": 100, "tier": "free" }
  7. }

Next steps