Announcements

Magazine cover

Set a round portrait on a magazine cover for a new issue.

File types
PNGJPEGWebP
Size
1080 × 1350 px
Use case
Announcements
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Playfair Display font, original graphic marks, fictional sample names, and an original AI-generated example photo.
A 4:5 magazine cover on near-black, the cream title Eastfield Review, a circular portrait of Mira Chen ringed in gold with a gold New issue badge, and the gold line Issue 12 · September 2026 · £8.
folio-cover/template.html

About this design

What you can make with it.

Magazines use this cover for a new issue. It holds a round portrait ringed in gold above the magazine name, the cover subject, the issue number, and the price. Change the name, issue number, price, and photo for each new cover.

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. VolumeA short text.
  4. PhotoA short text.
Sample data
{
  "kicker": "Eastfield Review",
  "headline": "Mira Chen",
  "volume": "Issue 12 · September 2026 · £8"
}

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: folio-cover-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"kicker":"Eastfield Review","headline":"Mira Chen","volume":"Issue 12 · September 2026 · £8"},"image":{"format":"png","width":1080,"height":1350}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "folio-cover-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "kicker": "Eastfield Review",
          "headline": "Mira Chen",
          "volume": "Issue 12 · September 2026 · £8"
        },
        "image": {
          "width": 1080,
          "height": 1350
        }
      }
    }
  }
}

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.