Instnt Print
All examples

QR label

Een vierkant vel met alleen een QR-code erop.

What it is for
Verwijzen en scannen
Format
11353 · 24 × 21 mm
QR label — 24 × 21 mm
QR label · 24 × 21 mm

Fields you send

{{url}}

Print it

One request. The server draws it and the bridge prints it — you send values, not a document.

curl https://instntprint.com/v1/jobs \
  -H "Authorization: Bearer <sleutel>" \
  -d '{
    "printer": "Counter",
    "template": "QR-label",
    "data": {
          "url": "…"
    }
  }'
Read the documentation →