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
{
"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
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"
}'