{
  "schema": "voidly-pay-extract-info/v1",
  "name": "Voidly Pay Extract",
  "tagline": "Pay 1¢, get plain text out of any PDF or HTML URL.",
  "description": "Useful when an agent's reasoning needs the body of a PDF (academic paper, government doc, datasheet) but the agent's runtime can't parse PDF locally. Returns extracted text + signed receipt binding (input SHA-256, extraction method, text length).",
  "endpoint": "https://api.voidly.ai/v1/pay/extract",
  "methods": [
    "POST",
    "GET"
  ],
  "input": {
    "url": "Optional. URL to fetch and extract.",
    "data_b64": "Optional. Base64-encoded bytes (for already-fetched documents)."
  },
  "pricing": {
    "amount_micro": 10000,
    "amount_usdc": 0.01,
    "recipient_did": "did:voidly:PBcsB2avN4ZfDC5yvEwBBT"
  },
  "caps": {
    "max_input_bytes": 10485760,
    "upstream_timeout_ms": 20000
  },
  "$why_unique": "Settles in <200ms on x402. No API key, no monthly subscription. Bundled in @voidly/pay-mcp so agents discover it via tool catalog."
}