Sales and offers

Sale poster

Announce a weekend sale to shoppers with a giant percent off.

File types
PNGJPEGWebP
Size
1080 × 1350 px
Use case
Sales and offers
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Anton font, original graphic marks, and fictional sample names.
A tall sale poster with a bright lime green band holding a giant black 40%, a black section with a pink This weekend only ribbon and the cream headline Autumn coats, now 40% off, and a hot pink footer band.
type-specimen/template.html

About this design

What you can make with it.

Shops use this poster to announce a short sale. It leads with a giant discount percentage above the offer headline, the product line, and the shop's street address. Change the percent, products, end date, and address for each sale you run.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. KickerA short text.
  2. DisplayA short text.
  3. HeadlineA short text.
  4. BodyA short text.
  5. ProofA short text.
Sample data
{
  "kicker": "This weekend only",
  "display": "40%",
  "headline": "Autumn coats, now 40% off.",
  "body": "Amber wool, navy twill, and the King Street knit. Ends Sunday 20 Sep.",
  "proof": "Atelier North · 14 King Street"
}

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: type-specimen-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"kicker":"This weekend only","display":"40%","headline":"Autumn coats, now 40% off.","body":"Amber wool, navy twill, and the King Street knit. Ends Sunday 20 Sep.","proof":"Atelier North · 14 King Street"},"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": "type-specimen-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "kicker": "This weekend only",
          "display": "40%",
          "headline": "Autumn coats, now 40% off.",
          "body": "Amber wool, navy twill, and the King Street knit. Ends Sunday 20 Sep.",
          "proof": "Atelier North · 14 King Street"
        },
        "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.