Graphical QR Code Generator
Create high definition QR codes from any image. Pass a file and a scan destination to get a high resolution QR for that image. Create upto 50 free QR codes with a small watermark. Upgrade to a paid plan to remove watermark. Get scan statistics for each QR and change the endpoint (scan URL) at any time
Graphical QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| QR Codes | ||
| GET |
getQR /api/v1/qr/{id} |
Retrieve a single QR code by ID, including its image data. |
| POST |
generateGraphicalQR /api/v1/qr/graphical |
Transform a photo into a unique, artistic QR code. Upload an image file (or base64 via JSON) and the API will generate a graphical QR code that blends your image with a scannable… |
| PUT |
updateQR /api/v1/qr/{id} |
Update a QR code's name, active status, or destination URL (trackable QR codes only). |
| DELETE |
deleteQR /api/v1/qr/{id} |
Permanently delete a QR code and its associated image. |
| GET |
listQRCodes /api/v1/qr |
Retrieve a paginated list of your QR codes. Supports searching by name. |
| Analytics | ||
| GET |
getQRStats /api/v1/qr/{id}/stats |
Retrieve scan analytics for a specific QR code, broken down by country, device, OS, browser, and timeline. |
| Account | ||
| GET |
getUsage /api/v1/account/usage |
Check your current API usage, remaining calls, rate limits, and billing cycle information. This endpoint does not count against your API call quota. |
Graphical QR Code Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $29.99 / month | 20 / second |
|
| ULTRA | $99.99 / month | 50 / second |
|