Utility1 credit / call
GET /api/v1/tools/qr/generateQR Code Generator
Generate QR codes as PNG, SVG, or data URL
Generate QR codes for any content — URLs, text, vCards, WiFi credentials. Choose PNG (base64), SVG string, or inline data URL. Custom foreground/background colors, error correction level L/M/Q/H, and size up to 2048px. Param is `data`, not `text`.
How it works
Encodes your data into a QR code image using the qrcode library. Returns the image in the requested format with metadata.
What you could build
MenuQR
Generate restaurant menu QR codes on the fly
$500–$2K MRR
est. MRR
TicketGen
Event ticket QR codes with custom branding
$1K–$4K MRR
est. MRR
PackagingKit
QR codes for product packaging with scan tracking
$2K–$5K MRR
est. MRR
Parameters
datarequiredContent to encode. Param is 'data' — not 'text'.· e.g.
https://aplicious.comformatoptionalOutput format: png / svg / dataurl (default: png)· e.g.
pngsizeoptionalImage size in pixels, 64–2048 (default: 300)· e.g.
300error_correctionoptionalError correction level: L / M / Q / H (default: M)· e.g.
Hdark_coloroptionalForeground hex color (default: #000000)· e.g.
#8E44ADlight_coloroptionalBackground hex color (default: #ffffff)· e.g.
#ffffffExample request
Example response
Ready to use QR Code Generator?
Free plan — 100 calls/month, no credit card.