{
  "schema": "voidly-pay-markdown-info/v1",
  "name": "Voidly Pay Markdown",
  "tagline": "Pay 0.1¢, get clean markdown for any URL — LLM-context-friendly.",
  "description": "Strips nav/footer/scripts, converts headings/lists/links to markdown, returns ~10x smaller body for LLM ingestion. Includes signed receipt binding (input SHA-256, output bytes, reduction %).",
  "endpoint": "https://api.voidly.ai/v1/pay/markdown",
  "methods": [
    "POST",
    "GET"
  ],
  "input": {
    "url": "Optional. URL to fetch + convert.",
    "html": "Optional. Inline HTML string (POST body)."
  },
  "pricing": {
    "amount_micro": 1000,
    "amount_usdc": 0.001,
    "recipient_did": "did:voidly:PBcsB2avN4ZfDC5yvEwBBT"
  },
  "$why_unique": "10x context reduction at 0.1¢/call. Compare: Mercury Reader / Diffbot are $50-500/mo subscriptions."
}