Sales and offers

Prix-fixe menu

Post tonight's set menu for diners with a giant price and booking link.

File types
PNGJPEGWebP
Size
1080 × 1440 px
Use case
Sales and offers
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, and fictional sample names.
A tall menu poster with a cream left panel showing a giant dark green £38 and the headline Three courses tonight, an orange last sitting label reading 21:30, and a dark green right rail reading Book Tonight.
northline-brief/template.html

About this design

What you can make with it.

Restaurants use this poster to post the night's set menu on social media. It shows a giant price, the three courses, a last sitting time, and a booking panel. Change the price, dishes, and sitting time before you post it each night.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. IndexA short text.
  2. KickerA short text.
  3. HeadlineA short text.
  4. DetailA longer text with more than one line.
  5. Metric labelA short text.
  6. MetricA short text.
  7. Rail labelA short text.
  8. ActionA short text.
  9. FooterA short text.
Sample data
{
  "index": "£38",
  "kicker": "Prix fixe",
  "headline": "Three courses tonight.",
  "detail": "Celeriac soup\nHake, brown butter\nDark chocolate tart",
  "metric_label": "Last sitting",
  "metric": "21:30",
  "rail_label": "Book",
  "action": "Tonight",
  "footer": "Eastfield Kitchen · Quay Street, Bristol"
}

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: northline-brief-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"index":"£38","kicker":"Prix fixe","headline":"Three courses tonight.","detail":"Celeriac soup\nHake, brown butter\nDark chocolate tart","metric_label":"Last sitting","metric":"21:30","rail_label":"Book","action":"Tonight","footer":"Eastfield Kitchen · Quay Street, Bristol"},"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": "northline-brief-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "index": "£38",
          "kicker": "Prix fixe",
          "headline": "Three courses tonight.",
          "detail": "Celeriac soup\nHake, brown butter\nDark chocolate tart",
          "metric_label": "Last sitting",
          "metric": "21:30",
          "rail_label": "Book",
          "action": "Tonight",
          "footer": "Eastfield Kitchen · Quay Street, Bristol"
        },
        "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.