Public Beta — reserve early accessJoin Waitlist
ThumbAPI logoThumbAPI

ThumbAPI Documentation

ThumbAPI is a REST API that generates production-ready thumbnails from any title. Send a title, pick a format, get an image — in under 30 seconds.

What You Can Build

  • YouTube thumbnails (1280x720) from video titles
  • OG images (1200x630) for blog posts and social sharing
  • Instagram images (1080x1080) from content titles
  • X/Twitter cards (1600x900) for social posts

Quick Overview

POST https://api.thumbapi.dev/v1/generate
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "title": "How to Build a SaaS in 2026",
  "format": "youtube",
  "imageStyle": "faceless"
}

The API returns a base64-encoded WebP image, the format used, and the output dimensions.

Getting Started

  1. Get your API key — free, no credit card
  2. Follow the quickstart — first thumbnail in 5 minutes
  3. Read the endpoint reference — every parameter explained

Available Formats

FormatDimensionsUse Case
youtube1280 x 720YouTube video thumbnails
blogpost1200 x 630Blog featured images, OG images
instagram1080 x 1080Instagram post images
x1600 x 900X/Twitter card images

Image Styles

StyleDescription
facelessText and graphic design, no people
with-imageIncludes a person's photo you provide
with-logoBranded thumbnail with your logo overlay

Pricing

PlanGenerations/monthPrice
Free3$0
Starter60$12/month
Pro300$29/month
BusinessUnlimited$150/month

All plans include all formats and styles. View pricing →

Next Steps