{
  "service": "SecureAPI Scanner API",
  "version": "1.6.0",
  "checks": 34,
  "endpoints": {
    "POST /scan": "Run security scan. Body: { \"url\": \"https://...\" }",
    "POST /report": "Scan + HTML report. Body: { \"url\": \"https://...\" }",
    "GET /report?url=...": "Shareable scan report",
    "GET /stats": "Analytics: total scans, unique domains, daily counts",
    "GET /badge?url=...": "Embeddable SVG security badge (live scan, 1hr cache)",
    "GET /badge-static?grade=A&score=93": "Static SVG badge (no scan, 24hr cache)",
    "POST /lead": "Capture lead from scan page. Body: { \"email\": \"...\", \"url\": \"...\", \"score\": ..., \"grade\": \"...\" }",
    "GET /health": "Health check",
    "POST /contact": "Contact form. Body: { \"name\", \"email\", \"interest\", \"message\" }"
  }
}