Instnt Print
All examples

Binder spine

Brede rugstrook met titel en periode.

What it is for
Archief
Format
99018 · 183 × 36 mm
Binder spine — 183 × 36 mm
Binder spine · 183 × 36 mm

Fields you send

{{titel}}{{periode}}{{omschrijving}}

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": "Ordnerrug",
    "data": {
          "titel": "…",
          "periode": "…",
          "omschrijving": "…"
    }
  }'
Read the documentation →