Instnt Print
All examples

Name badge

Voornaam groot, met de organisatie eronder.

What it is for
Bezoek en badges
Format
11356 · 84 × 39 mm
Name badge — 84 × 39 mm
Name badge · 84 × 39 mm

Fields you send

{{rol}}{{voornaam}}{{organisatie}}

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": "Naambadge",
    "data": {
          "rol": "…",
          "voornaam": "…",
          "organisatie": "…"
    }
  }'
Read the documentation →