Sales campaigns

Sale story

Share a limited-time sale with the offer, deadline, and a code to use.

File types
PNGJPEGWebP
Size
1080 × 1920 px
Use case
Sales campaigns
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Barlow and Fraunces fonts, original graphic marks, and fictional sample names.
A vertical phone sale story on a dark green background with an orange dashed circle reading 25% off, italic cream headline type, and a cream ticket panel holding the code above an orange Shop the collection button.
sale-story/template.html

About this design

What you can make with it.

Shops post this on social media whenever they run a short sale. It shows the discount in a bold circle, gives the closing date and a code to use, and explains what the offer covers. Change the offer, code, and deadline for every 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. BrandA short text.
  2. CampaignA short text.
  3. HeadlineA short text.
  4. OfferA short text.
  5. DetailA short text.
  6. Ends onA short text.
  7. CodeA short text.
  8. ActionA short text.
  9. FooterA short text.
Sample data
{
  "brand": "Harbour Goods",
  "campaign": "Weekend studio sale",
  "headline": "Make room for a new notebook",
  "offer": "25% off",
  "detail": "On planners, notebooks, and desk tools made for a fresh start.",
  "ends_on": "Sunday 13 October at midnight",
  "code": "MAKE-ROOM",
  "action": "Shop the collection",
  "footer": "One code per customer. Ends Sunday 13 October at midnight."
}

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-story-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Harbour Goods","campaign":"Weekend studio sale","headline":"Make room for a new notebook","offer":"25% off","detail":"On planners, notebooks, and desk tools made for a fresh start.","ends_on":"Sunday 13 October at midnight","code":"MAKE-ROOM","action":"Shop the collection","footer":"One code per customer. Ends Sunday 13 October at midnight."},"image":{"format":"png","width":1080,"height":1920}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "sale-story-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Harbour Goods",
          "campaign": "Weekend studio sale",
          "headline": "Make room for a new notebook",
          "offer": "25% off",
          "detail": "On planners, notebooks, and desk tools made for a fresh start.",
          "ends_on": "Sunday 13 October at midnight",
          "code": "MAKE-ROOM",
          "action": "Shop the collection",
          "footer": "One code per customer. Ends Sunday 13 October at midnight."
        },
        "image": {
          "width": 1080,
          "height": 1920
        }
      }
    }
  }
}

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.