Client billing
Studio invoice
Send a client invoice with the amount due and due date.
- File types
- PNGJPEGWebP
- Size
- 1080 × 1350 px
- Use case
- Client billing
- Licence
- Free to copy and use in your own templates
- Source
- Made by thirds.ai with the open-licence Archivo and DM Serif Display fonts, original graphic marks, and fictional sample names.

About this design
What you can make with it.
Studios use this invoice to bill a client for finished work. It shows the amount due and the due date beside a box of billed lines and a bank transfer button. Change the invoice number, amount, due date, and line items for each job.
Your details
What you can change.
These are the words and numbers you swap for your own. The design stays the same.
- BrandA short text.
- HeadlineA short text.
- Stat one labelA short text.
- Stat oneA short text.
- Stat two labelA short text.
- Stat twoA short text.
- QuoteA longer text with more than one line.
- AttributionA short text.
- ActionA short text.
- FooterA short text.
{
"brand": "Batch Coffee Roasters",
"headline": "Invoice BC-2216",
"stat_one_label": "Amount due",
"stat_one": "£1,860",
"stat_two_label": "Pay by",
"stat_two": "14 Oct",
"quote": "House blend, 40kg · £960\nDecaf, 15kg · £430\nWholesale delivery · £470",
"attribution": "Order BC-2216 · Hallow & Bell Coffeehouse",
"action": "Pay by bank transfer",
"footer": "Batch Coffee Roasters · Bristol"
}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/image \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: press-kit-1" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Batch Coffee Roasters","headline":"Invoice BC-2216","stat_one_label":"Amount due","stat_one":"£1,860","stat_two_label":"Pay by","stat_two":"14 Oct","quote":"House blend, 40kg · £960\nDecaf, 15kg · £430\nWholesale delivery · £470","attribution":"Order BC-2216 · Hallow & Bell Coffeehouse","action":"Pay by bank transfer","footer":"Batch Coffee Roasters · Bristol"},"image":{"format":"png","width":1080,"height":1350}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "png",
"idempotency_key": "press-kit-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"brand": "Batch Coffee Roasters",
"headline": "Invoice BC-2216",
"stat_one_label": "Amount due",
"stat_one": "£1,860",
"stat_two_label": "Pay by",
"stat_two": "14 Oct",
"quote": "House blend, 40kg · £960\nDecaf, 15kg · £430\nWholesale delivery · £470",
"attribution": "Order BC-2216 · Hallow & Bell Coffeehouse",
"action": "Pay by bank transfer",
"footer": "Batch Coffee Roasters · Bristol"
},
"image": {
"width": 1080,
"height": 1350
}
}
}
}
}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.


