QR Code Generator
A fast, reliable QR Code Generator API built on Cloudflare's global edge network. Generate production-ready QR codes from any text or URL in milliseconds — no cold starts, no rate limit surprises, no bloated SDKs required. **Why this API?** - **Three output formats**: Get raw PNG images, scalable SVG, or Base64-encoded data URIs ready to embed directly in HTML or email templates. - **Full…
QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| Status | ||
| GET |
healthCheck / |
Returns service info and available endpoints. |
| Generate | ||
| POST |
generateQRCodePost /generate |
Generate a QR code by sending options as a JSON body. Better for programmatic use, longer text content, and special characters. |
| GET |
generateQRCodeGet /generate |
Generate a QR code by passing options as query parameters. Returns PNG image by default, or SVG/Base64 depending on the format parameter. |
QR Code Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $35 / month | — |
|