Restaurant marketing

Restaurant special

Feature one dish with its price, timing, and a way to book a table.

File types
PNGJPEGWebP
Size
1080 × 1350 px
Use case
Restaurant marketing
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 restaurant special with a dark plum header and a gold Friday supper ribbon tag, a cream dish headline, a gold ring plate motif, a gold £18 price circle, and a dark plum Reserve a table button.
restaurant-special/template.html

About this design

What you can make with it.

Restaurants post this whenever they run a daily special or a supper club. It names the dish, shows the price and serving time, adds a line from the chef, and gives a way to book. Change the dish, price, and timing for every special you run.

Your details

What you can change.

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

  1. Restaurant nameA short text.
  2. Special labelA short text.
  3. Dish nameA short text.
  4. DescriptionA longer text with more than one line.
  5. PriceA short text.
  6. Served onA short text.
  7. Chef lineA short text.
  8. Order lineA short text.
  9. ActionA short text.
  10. FooterA short text.
Sample data
{
  "restaurant_name": "Marlow Kitchen",
  "special_label": "Friday supper · 6pm",
  "dish_name": "Charred squash, lemon and whipped feta",
  "description": "Sweet squash with warm herbs, toasted seeds, and a bright lemon dressing, finished with whipped feta and good olive oil.",
  "price": "£18",
  "served_on": "Dine in only · limited plates",
  "chef_line": "Cooked by Asha Bell and the Marlow kitchen team.",
  "order_line": "Call 0117 555 0148 to hold a table for Friday.",
  "action": "Reserve a table",
  "footer": "Marlow Kitchen · 14 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: restaurant-special-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"restaurant_name":"Marlow Kitchen","special_label":"Friday supper · 6pm","dish_name":"Charred squash, lemon and whipped feta","description":"Sweet squash with warm herbs, toasted seeds, and a bright lemon dressing, finished with whipped feta and good olive oil.","price":"£18","served_on":"Dine in only · limited plates","chef_line":"Cooked by Asha Bell and the Marlow kitchen team.","order_line":"Call 0117 555 0148 to hold a table for Friday.","action":"Reserve a table","footer":"Marlow Kitchen · 14 Quay Street, Bristol"},"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": "restaurant-special-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "restaurant_name": "Marlow Kitchen",
          "special_label": "Friday supper · 6pm",
          "dish_name": "Charred squash, lemon and whipped feta",
          "description": "Sweet squash with warm herbs, toasted seeds, and a bright lemon dressing, finished with whipped feta and good olive oil.",
          "price": "£18",
          "served_on": "Dine in only · limited plates",
          "chef_line": "Cooked by Asha Bell and the Marlow kitchen team.",
          "order_line": "Call 0117 555 0148 to hold a table for Friday.",
          "action": "Reserve a table",
          "footer": "Marlow Kitchen · 14 Quay Street, Bristol"
        },
        "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.