Visibility

Documentation

POST /api/audit/score

Fast overall score with top issues. $0.06

Request

{ "url": "https://example.com" }

Response

{
  "data": {
    "url": "https://example.com/",
    "score": 71,
    "grade": "B",
    "summary": "Score 71/100 (B). Highest-leverage fixes: …",
    "topIssues": [
      {
        "id": "missing_llms_txt",
        "severity": "high",
        "message": "…",
        "fix": "Create /llms.txt with…",
        "path": "/llms.txt",
        "impact": 95
      }
    ],
    "quickWins": [
      {
        "rank": 1,
        "title": "Publish /llms.txt at the site root",
        "action": "Create /llms.txt with…",
        "path": "/llms.txt",
        "impact": 95,
        "effort": "minutes"
      }
    ],
    "checkedAt": "ISO-8601"
  }
}

Issues are impact-ranked with concrete fix + path — not just severity labels.