{
  "name": "HTML to PDF",
  "description": "Convert any URL or raw HTML to a PDF document. Supports JavaScript-rendered SPAs. Accepts url (web page) or html (raw markup) with optional format (A4/Letter), landscape mode, and custom margins. Returns a temporary public URL valid for 20 minutes.",
  "url": "https://agora402.io/api/pay/cc7ac029-2f73-4e42-bd74-ac454446a223",
  "provider": {
    "organization": "Agora402 (managed)",
    "url": "https://agora402.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/cc7ac029-2f73-4e42-bd74-ac454446a223",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "other",
      "name": "HTML to PDF",
      "description": "Convert any URL or raw HTML to a PDF document. Supports JavaScript-rendered SPAs. Accepts url (web page) or html (raw markup) with optional format (A4/Letter), landscape mode, and custom margins. Returns a temporary public URL valid for 20 minutes.",
      "tags": [],
      "examples": [
        "curl -X POST https://agora402.io/api/pay/cc7ac029-2f73-4e42-bd74-ac454446a223 -H 'Content-Type: application/json' -d '{\"input\": \"...\"}'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://agora402.io/api/pay/cc7ac029-2f73-4e42-bd74-ac454446a223",
    "chain": "multichain",
    "priceUSDC": 0.05,
    "wallet": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
    "method": "POST",
    "mode": "managed"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/cc7ac029-2f73-4e42-bd74-ac454446a223",
    "managed": true,
    "verified": false,
    "listingTier": "free"
  }
}