Playlist covers

Mixtape cover

Make a playlist cover for listeners with a big volume number.

File types
PNGJPEGWebP
Size
1080 × 1080 px
Use case
Playlist covers
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bebas Neue font and fictional sample names.
A midnight-indigo square cover with a coral striped sun that holds the number 07, the large cream title Slow Sundays, the line Mixed by Inês Duarte, and chips for 18 tracks and 1 hr 12 min.
mixtape-cover/template.html

About this design

What you can make with it.

DJs and radio stations use this cover for each new mix in a series. It sets the volume number inside a striped retro sun above a bold condensed title and track count. Change the station, title, curator, track count, and colours for each mix.

Your details

What you can change.

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

  1. StationA short text.
  2. LabelA short text.
  3. VolumeA short text.
  4. TitleA short text.
  5. CuratorA short text.
  6. TracksA short text.
  7. LengthA short text.
  8. Background colourA colour.
  9. Accent colourA colour.
  10. Text colourA colour.
Sample data
{
  "station": "Harbour Radio",
  "label": "Mixtape no.",
  "volume": "07",
  "title": "Slow Sundays",
  "curator": "Mixed by Inês Duarte",
  "tracks": "18 tracks",
  "length": "1 hr 12 min",
  "background_colour": "#1D1A39",
  "accent_colour": "#FF7A59",
  "text_colour": "#FFF1D6"
}

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: mixtape-cover-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"station":"Harbour Radio","label":"Mixtape no.","volume":"07","title":"Slow Sundays","curator":"Mixed by Inês Duarte","tracks":"18 tracks","length":"1 hr 12 min","background_colour":"#1D1A39","accent_colour":"#FF7A59","text_colour":"#FFF1D6"},"image":{"format":"png","width":1080,"height":1080}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "mixtape-cover-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "station": "Harbour Radio",
          "label": "Mixtape no.",
          "volume": "07",
          "title": "Slow Sundays",
          "curator": "Mixed by Inês Duarte",
          "tracks": "18 tracks",
          "length": "1 hr 12 min",
          "background_colour": "#1D1A39",
          "accent_colour": "#FF7A59",
          "text_colour": "#FFF1D6"
        },
        "image": {
          "width": 1080,
          "height": 1080
        }
      }
    }
  }
}

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.