Sales and offers
Gift voucher
Give a voucher with the value, a code, the use-by date, and the terms.
Use this for gift cards, credit notes, and prize vouchers.

TypeDocuments
File typesPDF
SourceMade by thirds.ai with original graphic marks and fictional sample names.
LicenceFree to copy and use in your own templates
Your data
See the fields before you copy.
Your copy starts with these sample values. Change any of them.
{
"brand": "Lumen Skincare",
"voucher_label": "Gift voucher",
"value": "$75",
"value_note": "To spend on anything in the Lumen store or online",
"code": "LUM-4K8P-2Q",
"expires_on": "2027-09-06",
"recipient_name": "Mia Thornton",
"sender_name": "Ben Thornton",
"message": "Happy birthday, Mia. Pick something that makes your mornings a little brighter.",
"terms": "Show this voucher in store or enter the code at checkout online. Use it in one or more visits before the use-by date. It cannot be exchanged for cash.",
"footer": "Lumen Skincare Ltd, 22 Bright Street, Christchurch. Questions: help@lumen.example"
}Use it your way
Render the same template on the web, by API, or through MCP.
curl https://thirds.ai/v1/pdf \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Lumen Skincare","voucher_label":"Gift voucher","value":"$75","value_note":"To spend on anything in the Lumen store or online","code":"LUM-4K8P-2Q","expires_on":"2027-09-06","recipient_name":"Mia Thornton","sender_name":"Ben Thornton","message":"Happy birthday, Mia. Pick something that makes your mornings a little brighter.","terms":"Show this voucher in store or enter the code at checkout online. Use it in one or more visits before the use-by date. It cannot be exchanged for cash.","footer":"Lumen Skincare Ltd, 22 Bright Street, Christchurch. Questions: help@lumen.example"}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "gift-voucher-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"brand": "Lumen Skincare",
"voucher_label": "Gift voucher",
"value": "$75",
"value_note": "To spend on anything in the Lumen store or online",
"code": "LUM-4K8P-2Q",
"expires_on": "2027-09-06",
"recipient_name": "Mia Thornton",
"sender_name": "Ben Thornton",
"message": "Happy birthday, Mia. Pick something that makes your mornings a little brighter.",
"terms": "Show this voucher in store or enter the code at checkout online. Use it in one or more visits before the use-by date. It cannot be exchanged for cash.",
"footer": "Lumen Skincare Ltd, 22 Bright Street, Christchurch. Questions: help@lumen.example"
}
}
}
}
}