Profile banners

Business coach banner

Fill a LinkedIn banner for a coach with a headline and three stats.

File types
PNGJPEGWebP
Size
1584 × 396 px
Use case
Profile banners
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bricolage Grotesque font, fictional sample names, and an original AI-generated example photo.
A navy LinkedIn banner with the white headline Build a coaching business that lasts., the last word in sky-blue italic, three outlined stat chips, a handle, a soft-yellow Book a free call pill, and a South Asian woman in a tilted rounded card on the right.
coach-banner/template.html

About this design

What you can make with it.

Business coaches and consultants use this banner to explain their offer on LinkedIn. It sets a tilted portrait card beside a two-line headline, three stat chips, a handle, and a button. Change the headline, stats, handle, button text, photo, and colours for your own brand.

Your details

What you can change.

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

  1. HeadlineA short text.
  2. Accent wordA short text.
  3. Stat 1A short text.
  4. Stat 2A short text.
  5. Stat 3A short text.
  6. HandleA short text.
  7. CtaA short text.
  8. Background colourA colour.
  9. Accent colourA colour.
  10. Button colourA colour.
  11. PhotoA short text.
Sample data
{
  "headline": "Build a coaching business that",
  "accent_word": "lasts.",
  "stat_1": "2,400 students",
  "stat_2": "4.9 ★ rating",
  "stat_3": "Coaching since 2019",
  "handle": "@priyamehta.coach · priyamehta.co.uk",
  "cta": "Book a free call",
  "background_colour": "#101C3D",
  "accent_colour": "#9FD3FF",
  "button_colour": "#FFD66B"
}

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: coach-banner-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"headline":"Build a coaching business that","accent_word":"lasts.","stat_1":"2,400 students","stat_2":"4.9 ★ rating","stat_3":"Coaching since 2019","handle":"@priyamehta.coach · priyamehta.co.uk","cta":"Book a free call","background_colour":"#101C3D","accent_colour":"#9FD3FF","button_colour":"#FFD66B"},"image":{"format":"png","width":1584,"height":396}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "coach-banner-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "headline": "Build a coaching business that",
          "accent_word": "lasts.",
          "stat_1": "2,400 students",
          "stat_2": "4.9 ★ rating",
          "stat_3": "Coaching since 2019",
          "handle": "@priyamehta.coach · priyamehta.co.uk",
          "cta": "Book a free call",
          "background_colour": "#101C3D",
          "accent_colour": "#9FD3FF",
          "button_colour": "#FFD66B"
        },
        "image": {
          "width": 1584,
          "height": 396
        }
      }
    }
  }
}

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.