curl -G "https://api.scanova.io/qr/Qa1b2c3d4e5f6g7h8/download/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-d file=svg \
-d size=600 \
-o "summer-sale-landing.svg"
Download a QR Code image
GET /qr//download/
curl -G "https://api.scanova.io/qr/Qa1b2c3d4e5f6g7h8/download/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-d file=svg \
-d size=600 \
-o "summer-sale-landing.svg"
GET https://api.scanova.io/qr/{qrid}/download/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
qrid.Query parameters
png, jpg, jpeg, svg, pdf, eps, or ps.10 to 2400.file.curl -G "https://api.scanova.io/qr/Qa1b2c3d4e5f6g7h8/download/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-d file=svg \
-d size=600 \
-o "summer-sale-landing.svg"
Content-Disposition: attachment), not JSON.for_print, rendering round-trips to an external QR Code generator service. A 503 therefore means that upstream call failed, not that your request was wrong — retry, and contact support if it persists.Related
- Download a rendered QR Code image — send your own rendered data instead of rendering server-side.
- Download a GS1 barcode — the linear barcode form, for GS1 QR Codes.
- Export QR Codes — an asynchronous export for large selections.
- QR Manager overview — the quotas, role permissions, and Trash model shared by every endpoint in this module.
- Management API overview — the auth scheme and quota rules that apply to this endpoint.
Authorizations
Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.
Path Parameters
The QR code's qrid — the opaque public identifier returned by the list endpoint, not the numeric id.
Query Parameters
Output size in pixels, from 10 to 2400.
Return a print-ready PDF, generated locally rather than via the generator service.
Output format.
png, jpg, jpeg, svg, pdf, eps, ps Pre-computed encode payload override, for static categories whose client-side encoding the backend does not reproduce.
Response
The rendered image, as a binary attachment.
Was this page helpful?