Product drops

Knitwear drop story

Announce a fashion drop to followers with a full-bleed photo and sticker.

File types
PNGJPEGWebP
Size
1080 × 1920 px
Use case
Product drops
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Anton font, fictional sample names, and an original AI-generated example photo.
A portrait story with a blonde woman on an orange background above a diagonal chocolate field, a rotated terracotta New sticker, and the cream headline The Autumn Drop.
drop-story/template.html

About this design

What you can make with it.

Fashion and knitwear labels use this story to announce a new drop on Instagram. It runs a full-bleed photo into a diagonal cut, with a rotated sticker and a bold headline below. Change the headline, sticker text, launch date, price, and colours for every drop.

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. Sticker topA short text.
  4. Sticker bottomA short text.
  5. Date lineA short text.
  6. Price lineA short text.
  7. CtaA short text.
  8. Ground colourA colour.
  9. Text colourA colour.
  10. Accent colourA colour.
  11. PhotoA short text.
Sample data
{
  "brand": "Marlow Knitwear",
  "headline": "The Autumn Drop",
  "sticker_top": "New",
  "sticker_bottom": "14 pieces",
  "date_line": "Thursday 8 October · 7 pm",
  "price_line": "From £120",
  "cta": "Shop the drop",
  "ground_colour": "#2B1A12",
  "text_colour": "#F4E9D8",
  "accent_colour": "#C9502B"
}

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: drop-story-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Marlow Knitwear","headline":"The Autumn Drop","sticker_top":"New","sticker_bottom":"14 pieces","date_line":"Thursday 8 October · 7 pm","price_line":"From £120","cta":"Shop the drop","ground_colour":"#2B1A12","text_colour":"#F4E9D8","accent_colour":"#C9502B"},"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": "drop-story-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Marlow Knitwear",
          "headline": "The Autumn Drop",
          "sticker_top": "New",
          "sticker_bottom": "14 pieces",
          "date_line": "Thursday 8 October · 7 pm",
          "price_line": "From £120",
          "cta": "Shop the drop",
          "ground_colour": "#2B1A12",
          "text_colour": "#F4E9D8",
          "accent_colour": "#C9502B"
        },
        "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.