Product ads

Portrait sitting

Sell a timed portrait sitting to clients with a price and booking date.

File types
PNGJPEGWebP
Size
1920 × 1080 px
Use case
Product ads
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bricolage Grotesque and Space Mono fonts, original graphic marks, fictional sample names, and an original AI-generated example photo.
A 16:9 studio booking ad split in two, a burnt-orange 4:5 portrait on the left with an AS badge, and a deep plum right panel with the cream headline 60-minute sitting, £160. and an orange Book 4 Oct tag.
amber-studio/template.html

About this design

What you can make with it.

Photographers use this ad to sell a timed portrait sitting. It shows a studio portrait next to the length, the price, what the client gets, and a booking date. Change the studio name, price, deliverables, and date for each session you open.

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. DetailA short text.
  4. ActionA short text.
  5. FooterA short text.
  6. PhotoA short text.
Sample data
{
  "brand": "Amber Studio",
  "headline": "60-minute sitting, £160.",
  "detail": "Natural light studio on King Street. One look, twelve retouched files.",
  "action": "Book 4 Oct",
  "footer": "Amber Studio · 22 King Street, 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: amber-studio-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Amber Studio","headline":"60-minute sitting, £160.","detail":"Natural light studio on King Street. One look, twelve retouched files.","action":"Book 4 Oct","footer":"Amber Studio · 22 King Street, Bristol"},"image":{"format":"png","width":1920,"height":1080}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "amber-studio-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Amber Studio",
          "headline": "60-minute sitting, £160.",
          "detail": "Natural light studio on King Street. One look, twelve retouched files.",
          "action": "Book 4 Oct",
          "footer": "Amber Studio · 22 King Street, Bristol"
        },
        "image": {
          "width": 1920,
          "height": 1080
        }
      }
    }
  }
}

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.