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.
A 4:5 invoice tile with a dark green header for Batch Coffee Roasters and Invoice BC-2216, an orange amount due of £1,860 beside a pay-by date of 14 Oct, a white line-items box with an orange border, and a dark green Pay by bank transfer button.
press-kit/template.html

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.

  1. BrandA short text.
  2. HeadlineA short text.
  3. Stat one labelA short text.
  4. Stat oneA short text.
  5. Stat two labelA short text.
  6. Stat twoA short text.
  7. QuoteA longer text with more than one line.
  8. AttributionA short text.
  9. ActionA short text.
  10. FooterA short text.
Sample 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"
}

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.

API request
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}}'
MCP call
{
  "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.