PDF templates / Invoice

Amber Spine Folio Invoice Template

A folio-style A4 invoice built on a vertical amber spine instead of a dark masthead. The running folio and payment mark sit on the rail so the sheet reads like a bound studio ledger.

InvoiceA4amber-spine-folio-invoicefoliospineQRletterpressamber

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
{
  "number": "FK-2208",
  "issuedOn": "2026-08-21",
  "dueOn": "2026-09-11",
  "currency": "USD",
  "taxRate": "8%",
  "subtotal": 2860,
  "tax": 228.8,
  "total": 3088.8,
  "notes": "Vessel series is numbered 01–06. Crate remains gallery property after the hang. Please reference FK-2208 on the transfer.",
  "company": {
    "name": "Field & Kiln",
    "cityLine": "Hudson · Ceramics & object",
    "email": "studio@fieldandkiln.studio",
    "address": "11 Court Street, Hudson, NY 12534",
    "phone": "+1 518 555 0194",
    "taxId": "47-2018831",
    "website": "fieldandkiln.studio"
  },
  "customer": {
    "name": "Westmere Gallery",
    "attn": "Nora Ellison, Director",
    "address": "19 Crosby Street, New York, NY 10013",
    "email": "accounts@westmere.gallery"
  },
  "items": [
    {
      "description": "Harbor vessel series, six pieces",
      "detail": "Stoneware, ash glaze, numbered 01–06",
      "quantity": 6,
      "unitPrice": 320,
      "amount": 1920
    },
    {
      "description": "Reduction firing, two loads",
      "detail": "Cone 10 gas kiln, shared shelf",
      "quantity": 2,
      "unitPrice": 280,
      "amount": 560
    },
    {
      "description": "Crate, freight, and hang",
      "detail": "White-glove to Crosby Street",
      "quantity": 1,
      "unitPrice": 380,
      "amount": 380
    }
  ],
  "payment": {
    "terms": "Net 21",
    "bank": "Hudson River Bank",
    "account": "8821-044",
    "routing": "021300077",
    "url": "https://pay.fieldandkiln.studio/FK-2208",
    "qrImage": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Crect width='120' height='120' fill='white'/%3E%3Cg fill='black'%3E%3Crect x='6' y='6' width='34' height='34'/%3E%3Crect x='14' y='14' width='18' height='18' fill='white'/%3E%3Crect x='80' y='6' width='34' height='34'/%3E%3Crect x='88' y='14' width='18' height='18' fill='white'/%3E%3Crect x='6' y='80' width='34' height='34'/%3E%3Crect x='14' y='88' width='18' height='18' fill='white'/%3E%3Crect x='48' y='52' width='8' height='8'/%3E%3Crect x='62' y='52' width='8' height='8'/%3E%3Crect x='76' y='52' width='8' height='8'/%3E%3Crect x='48' y='66' width='8' height='8'/%3E%3Crect x='62' y='66' width='8' height='8'/%3E%3Crect x='76' y='66' width='8' height='8'/%3E%3Crect x='48' y='80' width='8' height='8'/%3E%3Crect x='62' y='80' width='8' height='8'/%3E%3Crect x='76' y='80' width='8' height='8'/%3E%3C/g%3E%3C/svg%3E"
  }
}

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": "Amber Spine Folio Invoice Template",
    "galleryId": "amber-spine-folio-invoice"
  }'