QR Code Generator API
## QR Code Generator API - Create Custom QR Codes Instantly Generate high-quality QR codes from any text, URL, or data string with a simple API call. Perfect for developers building apps, marketers creating campaigns, and businesses automating QR code workflows. ### Key Features - Multiple output formats: PNG, SVG, and Base64 - Full customization: size, foreground/background colors, margins -…
QR Code Generator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Generate QR Code /api/v1/qr/generate |
Generate a single QR code from any text or URL. Returns PNG binary, SVG markup, or Base64 data URL depending on the format parameter. Supports custom size, colors, error… |
| POST |
Bulk Generate QR Codes /api/v1/qr/generate/bulk |
Generate up to 50 QR codes in a single request. All results returned as Base64 data URLs in JSON. Each item supports independent customization of size, colors, error correction,… |
| GET |
Get Supported Formats /api/v1/qr/formats |
Returns a list of supported output formats (PNG, SVG, Base64) and all available customization options with their defaults and constraints. |
QR Code Generator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | 30 / minute |
|
| ULTRA | $14.99 / month | 60 / minute |
|
| MEGA | $39.99 / month | 120 / minute |
|