Sale posts

Weekend sale sticker

Post a sale sticker to shoppers with a big discount and code.

File types
PNGJPEGWebP
Size
1080 × 1080 px
Use case
Sale posts
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Anton font and a fictional shop and discount code.
A sunflower-yellow square with a hot-pink eight-point star, a black disc with a dashed ring holding -40% in yellow and Off everything, This weekend only above, a white Code SUN40 pill below, and a tilted black tag reading Ends Sunday 11:59pm in the bottom-right corner.
sale-sticker/template.html

About this design

What you can make with it.

Shops use this sticker to post a short sale on social media. It puts a big discount inside a black disc, with a promo code pill and a tilted end-date tag. Change the brand, discount, message, code, and tag text for each sale.

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. PercentA short text.
  3. Line topA short text.
  4. CodeA short text.
  5. Tag textA short text.
  6. Background colourA colour.
  7. Star colourA colour.
Sample data
{
  "brand": "Marigold & Sons",
  "percent": "-40%",
  "line_top": "This weekend only",
  "code": "SUN40",
  "tag_text": "Ends Sunday 11:59pm",
  "background_colour": "#FFD23F",
  "star_colour": "#FF2D87"
}

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: sale-sticker-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Marigold & Sons","percent":"-40%","line_top":"This weekend only","code":"SUN40","tag_text":"Ends Sunday 11:59pm","background_colour":"#FFD23F","star_colour":"#FF2D87"},"image":{"format":"png","width":1080,"height":1080}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "sale-sticker-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Marigold & Sons",
          "percent": "-40%",
          "line_top": "This weekend only",
          "code": "SUN40",
          "tag_text": "Ends Sunday 11:59pm",
          "background_colour": "#FFD23F",
          "star_colour": "#FF2D87"
        },
        "image": {
          "width": 1080,
          "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.