Thumbnail Generation
Generate thumbnail backgrounds from a prompt, a video URL, or your own uploaded image. Customize overlays, color grading, and layout in the editor. Export when ready.
app.usesoke.ai/thumbnail-generation
Three input modes
Text prompt, video URL, or upload — whichever is closest to your vibe.
In-browser editor
Tweak overlays, fonts, and grading without leaving Soke.
Versioned sessions
Iterate and compare — nothing is lost.
Call it from code
One endpoint. Standard REST. Works from any HTTP client.
Request
curl -X POST https://api.usesoke.ai/v1/thumbnails/generate \
-H "X-Soke-Key: $SOKE_KEY" \
-d '{"platform":"youtube","prompt":"stoicism dark aesthetic"}'Response
{
"success": true,
"data": {
"image_url": "https://cdn.usesoke.ai/thumbs/abc123.png",
"width": 1280,
"height": 720,
"generation_id": "thumb_abc123"
}
}Ready to try Thumbnail Generation?
Start your 14-day free trial. No credit card required.