Event posters

Live music gig poster

Announce a live music night to fans with the artist's name.

File types
PNGJPEGWebP
Size
1080 × 1350 px
Use case
Event posters
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Abril Fatface font and fictional sample names.
A deep teal portrait poster with a coral vinyl record, a tilted cream date card reading 24 Oct, the large cream serif name Odessa Quartet, and doors, tickets, and address in three columns.
gig-poster/template.html

About this design

What you can make with it.

Venues use this poster to announce a live music night. It sets a large vinyl record above a tilted date card and the artist's name in bold serif type. Change the venue, artist, date, doors time, and colours for each night you book.

Your details

What you can change.

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

  1. VenueA short text.
  2. SeriesA short text.
  3. DayA short text.
  4. MonthA short text.
  5. ArtistA short text.
  6. SupportA short text.
  7. DoorsA short text.
  8. TicketsA short text.
  9. PlaceA short text.
  10. NoteA short text.
  11. Ground colourA colour.
  12. Accent colourA colour.
  13. Text colourA colour.
Sample data
{
  "venue": "The Lantern Room",
  "series": "Friday sessions",
  "day": "24",
  "month": "Oct",
  "artist": "Odessa Quartet",
  "support": "with Marguerite Bell on vocals",
  "doors": "7:30 pm",
  "tickets": "£14 advance",
  "place": "12 Wharf Lane",
  "note": "Seated tables · Kitchen open until ten",
  "ground_colour": "#12343B",
  "accent_colour": "#F26B4E",
  "text_colour": "#F6E7CB"
}

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: gig-poster-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"venue":"The Lantern Room","series":"Friday sessions","day":"24","month":"Oct","artist":"Odessa Quartet","support":"with Marguerite Bell on vocals","doors":"7:30 pm","tickets":"£14 advance","place":"12 Wharf Lane","note":"Seated tables · Kitchen open until ten","ground_colour":"#12343B","accent_colour":"#F26B4E","text_colour":"#F6E7CB"},"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": "gig-poster-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "venue": "The Lantern Room",
          "series": "Friday sessions",
          "day": "24",
          "month": "Oct",
          "artist": "Odessa Quartet",
          "support": "with Marguerite Bell on vocals",
          "doors": "7:30 pm",
          "tickets": "£14 advance",
          "place": "12 Wharf Lane",
          "note": "Seated tables · Kitchen open until ten",
          "ground_colour": "#12343B",
          "accent_colour": "#F26B4E",
          "text_colour": "#F6E7CB"
        },
        "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.