Product launches

Skincare serum launch

Launch a skincare product to followers with a portrait and its price.

File types
PNGJPEGWebP
Size
1080 × 1080 px
Use case
Product launches
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Fraunces font, fictional sample names, and an original AI-generated example photo.
A blush square post with the plum italic serif headline Glow, bottled., an East Asian woman inside a tall arch on the right, a gold-ringed £42 badge, and three outlined benefit pills.
glow-launch/template.html

About this design

What you can make with it.

Beauty brands use this post to launch one product on Instagram. It sets a portrait inside an arch beside a serif headline, the product name, its price in a gold ring, and three benefit pills. Change the headline, product name, price, and benefits for each launch.

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. ProductA short text.
  4. ClaimA short text.
  5. PriceA short text.
  6. Benefit 1A short text.
  7. Benefit 2A short text.
  8. Benefit 3A short text.
Sample data
{
  "brand": "Aurelle Skin",
  "headline": "Glow, bottled.",
  "product": "Lumen Night Serum 30 ml",
  "claim": "Vitamin C and squalane for brighter skin in 14 nights.",
  "price": "£42",
  "benefit_1": "Fragrance free",
  "benefit_2": "Vegan formula",
  "benefit_3": "Made in Bath"
}

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: glow-launch-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Aurelle Skin","headline":"Glow, bottled.","product":"Lumen Night Serum 30 ml","claim":"Vitamin C and squalane for brighter skin in 14 nights.","price":"£42","benefit_1":"Fragrance free","benefit_2":"Vegan formula","benefit_3":"Made in Bath"},"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": "glow-launch-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Aurelle Skin",
          "headline": "Glow, bottled.",
          "product": "Lumen Night Serum 30 ml",
          "claim": "Vitamin C and squalane for brighter skin in 14 nights.",
          "price": "£42",
          "benefit_1": "Fragrance free",
          "benefit_2": "Vegan formula",
          "benefit_3": "Made in Bath"
        },
        "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.