Generate a print-optimized QR Code in black and white for professional printing. This endpoint ensures only black ink (CMYK: 0) is used, reducing printing costs and maintaining maximum scan contrast. Authentication required.
| Name | Type | Required | Description |
|---|---|---|---|
qrid | string | ✅ | Unique QR Code ID (e.g., Q184ebe392f46414a) |
for_print | string | ✅ | Must be set to 'true' to enable printable mode |
name | string | No | Output filename for the downloaded PDF (e.g., qrCode.pdf) |
size | string | No | QR code size in pixels (range 300–600px, default 600) |
application/pdf.Request Body (Form Data)for_print is not set to “true”:
for_print=true only when generating files for offset or large-format printing.name parameter to generate descriptive filenames for easy organization (e.g., event-qr-print.pdf).Standard for digital applications where colors, frames, or logos are needed.Printable when you need a print-ready, high-contrast, black-only QR code for professional printing.API key authentication. Enter your API key directly in the Authorization header.
QR code ID
"Q184ebe392f46414a"
Must be set to 'true' for printable format
true "true"
Name for the downloaded file
"qrCode.pdf"
Size of the QR code in pixels (300-600px)
^[3-6][0-9]{2}$"600"
Printable QR code PDF file
The response is of type file.