{
  "name": "QR Code Generator API",
  "description": "Generate high-quality QR codes in PNG or SVG format with customizable size and error correction. Fast utility endpoint for apps, agents, payment links, contact cards, landing pages, and automation workflows. Pay per use via x402 on Base.",
  "url": "https://api.viralorb.com/qr/generate",
  "provider": {
    "organization": "QR Code Generator API",
    "url": "https://api.viralorb.com/qr/generate"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/37a10e59-f424-4305-951e-930954d68014",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "other",
      "name": "QR Code Generator API",
      "description": "Generate high-quality QR codes in PNG or SVG format with customizable size and error correction. Fast utility endpoint for apps, agents, payment links, contact cards, landing pages, and automation workflows. Pay per use via x402 on Base.",
      "tags": [],
      "examples": [
        "curl -X POST https://api.viralorb.com/qr/generate -H 'Content-Type: application/json' -d '{\"input\": \"...\"}'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://api.viralorb.com/qr/generate",
    "chain": "base",
    "priceUSDC": 0.001,
    "wallet": "0x2524ba74300CD5D3EF456F124c9C940107366Da3",
    "method": "POST",
    "mode": "native"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/37a10e59-f424-4305-951e-930954d68014",
    "managed": false,
    "verified": false,
    "listingTier": "starter"
  }
}