{
  "schema": "voidly-pay-meta-info/v1",
  "name": "Voidly Pay Meta",
  "tagline": "Pay 0.1¢, get OG/title/description/canonical/favicon for any URL.",
  "description": "The metadata endpoint agents need when previewing a URL but don't want to fetch + parse the whole page. Returns og:title, og:description, og:image, twitter:card, canonical, language, favicon. Includes signed receipt binding the input bytes to a SHA-256 hash.",
  "endpoint": "https://api.voidly.ai/v1/pay/meta",
  "methods": [
    "POST",
    "GET"
  ],
  "input": {
    "url": "Required. URL to inspect."
  },
  "pricing": {
    "amount_micro": 1000,
    "amount_usdc": 0.001,
    "recipient_did": "did:voidly:PBcsB2avN4ZfDC5yvEwBBT"
  },
  "$why_unique": "Tiny payload (a few KB), micropayment-priced, signed. Free alternatives exist (microlink) but require API key + ToS."
}