Social posts

Magazine feature

Share a magazine cover story with readers using a full-bleed portrait.

File types
PNGJPEGWebP
Size
1080 × 1080 px
Use case
Social posts
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Abril Fatface font, original graphic marks, fictional sample names, and an original AI-generated example photo.
A square magazine feature with a dark brown text column on the left naming Eastfield Review, a white headline reading The chef who took the counter, and a full-bleed photo of a woman with long dark hair against pink.
guest-feature/template.html

About this design

What you can make with it.

Magazines and blogs use this design to share a cover story on social media. It shows one person at full bleed beside the magazine name and headline in a dark column. Update the headline, name, and role for every new feature.

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. HeadlineA short text.
  3. NameA short text.
  4. RoleA short text.
  5. PhotoA short text.
Sample data
{
  "kicker": "Eastfield Review",
  "headline": "The chef who took the counter.",
  "name": "Mira Chen",
  "role": "Guest chef · Issue 12"
}

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: guest-feature-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"kicker":"Eastfield Review","headline":"The chef who took the counter.","name":"Mira Chen","role":"Guest chef · Issue 12"},"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": "guest-feature-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "kicker": "Eastfield Review",
          "headline": "The chef who took the counter.",
          "name": "Mira Chen",
          "role": "Guest chef · Issue 12"
        },
        "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.