Instnt Print
All examples

Archive label

Archiefstuk met QR om het terug te vinden.

What it is for
Archief
Format
11352 · 50 × 24 mm
Archive label — 50 × 24 mm
Archive label · 50 × 24 mm

Fields you send

{{url}}{{nummer}}{{omschrijving}}{{locatie}}{{datum}}

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": "Archieflabel",
    "data": {
          "url": "…",
          "nummer": "…",
          "omschrijving": "…",
          "locatie": "…",
          "datum": "…"
    }
  }'
Read the documentation →