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.

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.
- StationA short text.
- LabelA short text.
- VolumeA short text.
- TitleA short text.
- CuratorA short text.
- TracksA short text.
- LengthA short text.
- Background colourA colour.
- Accent colourA colour.
- Text colourA colour.
{
"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.
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}}'{
"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.


