Invoices
Design studio invoice
Send a client an invoice with an oversized total and line items.
- File types
- Size
- A4 PDF
- Use case
- Invoices
- Licence
- Free to copy and use in your own templates
- Source
- Made by thirds.ai with the open-licence Bricolage Grotesque font and a fictional studio, client, and bank details.

About this design
What you can make with it.
Design studios use this invoice to bill a finished project. It cuts a diagonal panel across the page and sets the total at poster size above a billed-items table and bank details. Change the studio, client, dates, items, and colours for each invoice.
Your details
What you can change.
These are the words and numbers you swap for your own. The design stays the same.
- StudioA short text.
- Studio addressA short text.
- ClientA short text.
- Client addressA short text.
- Invoice numberA short text.
- Issue dateA short text.
- Due dateA short text.
- ItemsA list of items. Each item has description, qty, unit price and amount.
- SubtotalA number.
- VatA number.
- TotalA number.
- Bank nameA short text.
- Account numberA short text.
- Sort codeA short text.
- ReferenceA short text.
- Primary colourA colour.
- Accent colourA colour.
- Paper colourA colour.
{
"studio": "Fold & Meridian",
"studio_address": "Unit 4, 22 Rivington Street, London EC2A 3DU · hello@foldmeridian.example",
"client": "Harbourlight Coffee Roasters",
"client_address": "9 Wapping Wall, London E1W 3SG · Attn. Dana Okafor, Founder",
"invoice_number": "FM-2026-041",
"issue_date": "2026-10-02",
"due_date": "2026-10-16",
"items": [
{
"description": "Brand identity refresh and logo suite",
"qty": 1,
"unit_price": 2400,
"amount": 2400
},
{
"description": "Retail bag packaging, three sizes",
"qty": 3,
"unit_price": 380,
"amount": 1140
},
{
"description": "Cafe menu boards and window signage",
"qty": 1,
"unit_price": 510,
"amount": 510
}
],
"subtotal": 4050,
"vat": 810,
"total": 4860,
"bank_name": "Monzo Business",
"account_number": "41209876",
"sort_code": "04-00-04",
"reference": "FM-2026-041",
"primary_colour": "#0F4C5C",
"accent_colour": "#FF7A59",
"paper_colour": "#F3EFE6"
}For developers
Make this file from your code or your AI tools.
Save your copy once, then send the new details with each request. Each finished file costs 1 credit.
curl https://thirds.ai/v1/pdf \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: editorial-invoice-1" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"studio":"Fold & Meridian","studio_address":"Unit 4, 22 Rivington Street, London EC2A 3DU · hello@foldmeridian.example","client":"Harbourlight Coffee Roasters","client_address":"9 Wapping Wall, London E1W 3SG · Attn. Dana Okafor, Founder","invoice_number":"FM-2026-041","issue_date":"2026-10-02","due_date":"2026-10-16","items":[{"description":"Brand identity refresh and logo suite","qty":1,"unit_price":2400,"amount":2400},{"description":"Retail bag packaging, three sizes","qty":3,"unit_price":380,"amount":1140},{"description":"Cafe menu boards and window signage","qty":1,"unit_price":510,"amount":510}],"subtotal":4050,"vat":810,"total":4860,"bank_name":"Monzo Business","account_number":"41209876","sort_code":"04-00-04","reference":"FM-2026-041","primary_colour":"#0F4C5C","accent_colour":"#FF7A59","paper_colour":"#F3EFE6"}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "editorial-invoice-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"studio": "Fold & Meridian",
"studio_address": "Unit 4, 22 Rivington Street, London EC2A 3DU · hello@foldmeridian.example",
"client": "Harbourlight Coffee Roasters",
"client_address": "9 Wapping Wall, London E1W 3SG · Attn. Dana Okafor, Founder",
"invoice_number": "FM-2026-041",
"issue_date": "2026-10-02",
"due_date": "2026-10-16",
"items": [
{
"description": "Brand identity refresh and logo suite",
"qty": 1,
"unit_price": 2400,
"amount": 2400
},
{
"description": "Retail bag packaging, three sizes",
"qty": 3,
"unit_price": 380,
"amount": 1140
},
{
"description": "Cafe menu boards and window signage",
"qty": 1,
"unit_price": 510,
"amount": 510
}
],
"subtotal": 4050,
"vat": 810,
"total": 4860,
"bank_name": "Monzo Business",
"account_number": "41209876",
"sort_code": "04-00-04",
"reference": "FM-2026-041",
"primary_colour": "#0F4C5C",
"accent_colour": "#FF7A59",
"paper_colour": "#F3EFE6"
}
}
}
}
}Make this design yours.
Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.


