PDF templates / Ticket

Event Ticket Template

A perforated admit-one ticket plus keep stub. Amber only under the seat.

Ticket8.5×3.5 inevent-ticketticketeventstubseat

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
{
  "event": "Cupping Night",
  "venue": "Westmere Gallery",
  "eventOn": "2026-09-12",
  "doors": "18:30",
  "section": "A",
  "row": "3",
  "seat": "12",
  "code": "HC-4418"
}

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": "Event Ticket Template",
    "galleryId": "event-ticket"
  }'