PDF templates / Service contract
Service Contract Template
Service contract — Letter
Service contractLetterservice-contractservice-contractletter
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
{
"number": "SC-2204",
"issuedOn": "2026-03-21",
"title": "On-call signage maintenance",
"provider": {
"name": "Northline Press",
"address": "184 Canal Street\nBrooklyn, NY 11231"
},
"client": {
"name": "Harborpoint Realty",
"address": "90 Pier Road\nJersey City, NJ 07302"
},
"term": "12 months from the date above, renewing month-to-month unless either party gives 30 days notice.",
"articles": [
{
"id": "1",
"heading": "Services",
"body": "Provider will repair, replace, and clean wayfinding at dock 3 during business hours, with a four-hour response on weekday calls."
},
{
"id": "2",
"heading": "Fees",
"body": "A retainer of $640 per month covers two site visits. Extra visits bill at $95 per hour plus materials at cost."
},
{
"id": "3",
"heading": "Access",
"body": "Client will leave the north gate open or provide a code. Provider will call the floor lead before cutting power."
},
{
"id": "4",
"heading": "Limit",
"body": "This contract does not cover structural work, electrical upgrades, or damage from vehicles."
}
]
}Clone from the gallery
curl https://api.relaypdf.com/v1/templates \
-H "Authorization: Bearer pdf_live_..." \
-H "Content-Type: application/json" \
-d '{
"name": "Service Contract Template",
"galleryId": "service-contract"
}'