QR Code Generator
## Awesome QR Codes API Generate beautiful, fully customized QR codes with premium styling options. ### Features - **3 output formats**: PNG, SVG, base64 - **5 dot styles**: square, rounded, dots, classy, classy-rounded - **Gradient fills**: linear or radial with custom colors - **Logo overlay**: embed any image in the center - **Frames**: add a "SCAN ME" bar with custom text and color - **Smart…
QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| generate | ||
| GET |
generateQRGet /generate |
Generate a QR code from text or URL. Returns PNG image by default. Supports SVG, base64, custom colors, dot styles, gradients, frames, and logo overlays via query parameters. |
| POST |
generateQRPost /generate |
Generate a QR code using JSON body. Supports the same options as GET but with structured JSON input, making it easier to pass complex parameters like gradients. |
| encode | ||
| POST |
smartEncode /encode |
Encode structured data into QR-ready strings. Supports WiFi credentials, vCards (contacts), calendar events, email links, and SMS links. Use the output as the "text" parameter in… |
| health | ||
| GET |
healthCheck /health |
Returns API health status and version information. |
QR Code Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO Recommended | $7 / month | 10 / second |
|
| ULTRA | $79 / month | 20 / second |
|
| MEGA | $399 / month | 50 / second |
|