YouTube Thumbnails
AI-generated YouTube thumbnails in proven styles
Generate high-performing YouTube thumbnails optimized for clicks. Choose from proven thumbnail styles used by top creators — reaction faces, before/after, versus, tutorials, and more. Outputs at the exact 1280x720 spec YouTube requires with text rendering, bold compositions, and vibrant colors.
Generate YouTube thumbnails from a video topic. Supports 10 proven styles, text overlays, reference images for brand/face consistency, and batch generation for A/B testing.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "youtube-thumbnails",
"skill": "generate_thumbnail",
"input": {
"topic": "Unboxing the most expensive laptop ever made",
"style": "reaction",
"text_overlay": "$15,000 LAPTOP",
"num_images": 4
}
}' \
https://api.toolrouter.com/v1/tools/callQuick Start
claude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"youtube-thumbnails","skill":"generate_thumbnail","input":{}}' \
https://api.toolrouter.com/v1/tools/callFrequently Asked Questions
What thumbnail styles can I choose from?
`generate_thumbnail` supports reaction, before_after, versus, tutorial, listicle, product, storytime, travel, gaming, and food styles.
Can I add bold text and brand or face references?
Yes. Use `text_overlay` for the headline and `reference_images` for face consistency or brand assets.
How many versions can I generate for testing?
Set `num_images` from 1 to 12; 4 to 6 is a good range when you want A/B options.
What size and format will I get?
Thumbnails come out at 1280x720, and you can choose PNG, JPEG, or WebP. The tool also returns a shareable `image_page` link.