Events

Guest chef poster

Announce a guest chef residency to diners with a portrait and dates.

File types
PNGJPEGWebP
Size
1080 × 1440 px
Use case
Events
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bricolage Grotesque font, original graphic marks, fictional sample names, and an original AI-generated example photo.
A 3:4 poster on a dark maroon background with an orange logo mark for Eastfield Kitchen, an arch-topped pink frame around a portrait of a woman with long dark hair, the headline Mira Chen at the counter., and an orange pill with the dates 12–28 Sep and £85.
east-campaign/template.html

About this design

What you can make with it.

Restaurants use this poster to announce a guest chef residency. It frames a square portrait with the chef's name, the residency dates, and the tasting price in a bold pill. Swap in the new chef's photo, name, dates, and price for each booking.

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. KickerA short text.
  3. HeadlineA short text.
  4. CaptionA short text.
  5. PhotoA short text.
Sample data
{
  "brand": "Eastfield Kitchen",
  "kicker": "Guest chef",
  "headline": "Mira Chen at the counter.",
  "caption": "12–28 Sep · Six-course tasting · £85"
}

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: east-campaign-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"brand":"Eastfield Kitchen","kicker":"Guest chef","headline":"Mira Chen at the counter.","caption":"12–28 Sep · Six-course tasting · £85"},"image":{"format":"png","width":1080,"height":1440}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "east-campaign-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "brand": "Eastfield Kitchen",
          "kicker": "Guest chef",
          "headline": "Mira Chen at the counter.",
          "caption": "12–28 Sep · Six-course tasting · £85"
        },
        "image": {
          "width": 1080,
          "height": 1440
        }
      }
    }
  }
}

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.