{
  "name": "citation.is",
  "description": "Free independent anchored audits of AI-drafted documents. Panel verdicts VERIFIED/FLAGGED/ABSTAINED, deposited to a hash-chained ledger before display. kappa floor 0.6.",
  "url": "https://citation.is/",
  "documentationUrl": "https://citation.is/llms.txt",
  "version": "1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      "none",
      "Bearer"
    ],
    "notes": "No key needed: 50 free audits/day per IP. Optional self-registration at POST /api/keys/register (persistent identity + 5 bonus credits)."
  },
  "endpoints": [
    {
      "method": "POST",
      "path": "/api/keys/register",
      "description": "Self-register a prepaid key (5c starter credit, 1/IP/24h). Key shown once."
    },
    {
      "method": "POST",
      "path": "/api/audit/async",
      "description": "Submit an audit; returns audit_id + status_url"
    },
    {
      "method": "GET",
      "path": "/api/audit/status/{audit_id}",
      "description": "Poll until done; receipt deposit_id + receipt_url"
    },
    {
      "method": "GET",
      "path": "/api/balance",
      "description": "Balance and remaining audits (Bearer)"
    }
  ]
}