QR Code Generator API

What it does

Generates a QR code image (PNG) from a provided URL.

Endpoint

POST https://qr-code-api-x402-689670267582.us-central1.run.app/generate

Price

$0.005 USDC

Request Example

{
  "url": "https://example.com",
  "size": 300
}

Response

Returns the generated QR code as a PNG image binary.