Profile pictures

YouTube profile picture

Make a round channel picture with your photo and name.

File types
PNGJPEGWebP
Size
800 × 800 px
Use case
Profile pictures
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Anton font, fictional sample names, and an original AI-generated example photo.
A square profile picture of a blonde woman on burnt orange inside a thin cream ring, with the name Hollis in cream capitals on a tilted orange slab near the bottom.
youtube-profile-picture/template.html

About this design

What you can make with it.

Creators use this picture for a YouTube channel. Your photo fills the frame, with a ring and a tilted name tag that stay inside the round crop. Change the photo, name, and colours to match your banner.

Your details

What you can change.

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

  1. LabelA short text.
  2. Background colourA colour.
  3. Ring colourA colour.
  4. Accent colourA colour.
  5. PhotoA short text.
Sample data
{
  "label": "Hollis",
  "background_colour": "#8A3512",
  "ring_colour": "#FFF1DC",
  "accent_colour": "#D9571C"
}

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: youtube-profile-picture-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"label":"Hollis","background_colour":"#8A3512","ring_colour":"#FFF1DC","accent_colour":"#D9571C"},"image":{"format":"png","width":800,"height":800}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "youtube-profile-picture-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "label": "Hollis",
          "background_colour": "#8A3512",
          "ring_colour": "#FFF1DC",
          "accent_colour": "#D9571C"
        },
        "image": {
          "width": 800,
          "height": 800
        }
      }
    }
  }
}

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.