Skip to content
SOKE

Thumbnail Templates

Save colors, fonts, and layout configurations as templates. Apply them when generating new thumbnails to keep a consistent identity across your channel.

app.usesoke.ai/thumbnail-templates

Brand consistency

Colors, fonts, and layouts live in one reusable template.

One-click apply

Apply a template during generation — no re-editing per thumbnail.

Team-shareable

Use the same template across multiple channels or editors.

Call it from code

One endpoint. Standard REST. Works from any HTTP client.

View full docs
Request
curl -X POST https://api.usesoke.ai/v1/thumbnails/templates \
  -H "X-Soke-Key: $SOKE_KEY" \
  -d '{"name":"Stoic Dark","primary_color":"#b38600","font":"Anton"}'
Response
{
  "success": true,
  "data": {
    "template_id": "tmpl_stoicdark",
    "name": "Stoic Dark"
  }
}

Ready to try Thumbnail Templates?

Start your 14-day free trial. No credit card required.