QR Code Generator
QR Code Generator API — Fast, Flexible, Production-Ready Generate scannable QR codes from any text or URL with a single API call. Built for developers who need reliable QR generation without the bloat — no SDKs to install, no client libraries, just clean HTTP requests that return ready-to-use images. What you can build: ticketing systems, restaurant menus, marketing campaigns, vCard contact…
QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/health (Health Check) /health |
Service health check. Returns 200 OK if the API is operational. Used by monitoring systems and load balancers; not intended for direct consumer use. ***Returns***: JSON object… |
| GET |
/qr (Quick Generate QR) /qr |
Generate a QR code from text or a URL using sensible defaults. Returns a 300×300 PNG image with medium error correction — perfect for quick integrations where you don't need… |
| POST |
/qr (Advanced Generate QR) /qr |
Generate a fully customized QR code with control over format, dimensions, colors, error correction, and quiet-zone margins. Use this endpoint when you need brand-matched colors,… |
QR Code Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 100 / hour |
|
| ULTRA | $24.99 / month | 500 / hour |
|
| MEGA | $79.99 / month | 5000 / hour |
|