Download a QR Code image in multiple formats (PNG, JPG, PDF, SVG, EPS) with a customizable size. The size parameter defines both the width and height in pixels (range: 10–1000, default: 300). Authentication required.
| Name | Type | Required | Description |
|---|---|---|---|
qrid | string | ✅ | Unique QR Code identifier (e.g., Q3493df1c0e074ac7) |
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
format | string | No | png | Output file format. Supported values: png, jpg, pdf, svg, eps |
size | integer | No | 300 | Image width and height in pixels (min: 10, max: 1000) |
| HTTP Status | Description | Response Type |
|---|---|---|
200 OK | QR Code downloaded successfully | Binary file (image/png, image/jpeg, application/pdf, image/svg+xml, application/postscript) |
| Format | MIME Type | Description |
|---|---|---|
png | image/png | High-quality raster image (default, recommended for general use) |
jpg | image/jpeg | Compressed raster image (smaller file size) |
pdf | application/pdf | Printable vector format |
svg | image/svg+xml | Scalable vector graphic (editable in Illustrator/Figma) |
eps | application/postscript | Print-ready format (for professional printing) |
API key authentication. Enter your API key directly in the Authorization header.
QR Code ID
Download format
png, jpg, pdf, svg, eps Size of the QR code image in pixels (width and height). Must be between 10 and 1000 pixels.
10 <= x <= 1000QR Code file
The response is of type file.