PDF templates / Voucher

Gift Voucher Template

A value-window card: offer in a hairline frame, mono code, amber only on expiry.

Voucher8.5×5.5 ingift-vouchervouchergiftcode

Clone this layout in the dashboard to get an account-owned draft you can edit and publish. After publish, send your slug or UUID as templateId with JSON templateData.

Sample templateData

JSON
{
  "headline": "A bag on us",
  "offer": "One 12oz bag",
  "code": "CUP-GIFT-1842",
  "expiresOn": "2026-12-31",
  "terms": "Redeem at Hearth & Cup, Hudson, or on a Westmere Gallery cupping night. One bag, any current roast. Not cash."
}

Clone from the gallery

POST /v1/templates
curl https://api.relaypdf.com/v1/templates \
  -H "Authorization: Bearer pdf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Gift Voucher Template",
    "galleryId": "gift-voucher"
  }'