{
  "service": "fomoengine",
  "endpoints": {
    "POST /scan": "{ url } or { html } or { text } → staged FOMO diagnosis with receipts + a rhetorlint rhetoric block (nullable — see /openapi.json)",
    "GET /scan?url=…": "same, via query param",
    "GET /manual": "the FOMOENGINE framework as data (stages, tells, countermeasures, evidence)",
    "GET /honeypot": "a deliberately dark-patterned page for testing (should score ~100)",
    "GET /openapi.json": "machine-readable door plan (OpenAPI 3)"
  },
  "pricing": {
    "protocol": "x402",
    "paid": [
      "/scan"
    ],
    "price": "$0.01",
    "asset": "USDC",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "CeQqNBX5GfLQ65RX4AgVhAGYEzu8cgN4YKnb79iSGViT",
    "free": [
      "/",
      "/manual",
      "/honeypot"
    ],
    "note": "a failed scan is never charged; manual and honeypot stay free forever"
  },
  "artifact": "https://claude.ai/code/artifact/1c1de169-475a-4273-ade4-6c6cdb09a550"
}