Generate QR codes using the form below or directly via URL.
Generate QR codes by making a simple URL request. Accessing qr.73.nu/yoururl.com returns a QR code image that can be embedded directly into webpages or applications.
QR codes can store URLs, contact information, plain text, and more. The API supports both PNG and SVG output with configurable error correction and resolution.
| Param | Description |
|---|---|
url |
Content to encode in the QR code. Required. |
ecl |
Error correction level. |
L 7% (default) ·
M 15% ·
Q 25% ·
H 30%
|
|
size |
Pixels per QR block (module). Range: 1--100. Default: 40. |
format |
Output format: png or svg. |
A QR code for "https://example.com" with high error correction and size 50:
To ensure service availability, QR code generation is rate-limited per IP address. You can generate up to 20 codes in quick succession, after which the allowance replenishes at one code every 2 seconds.