CodingMantra LogoCodingMantra
GalleryProductsPortfolioServicesGamesPricingContact
  1. Home
  2. API Documentation
  3. Image Tools
  4. YouTube Thumbnail Generator

YouTube Thumbnail Generator API

Generate catchy, high-quality thumbnails optimized for click-through rates.

GET
/api/image/youtube-thumbnail-generator-prompts

Retrieve a list of pre-defined thumbnail styles.

Example Request

curl -X GET 'https://codingmantra.com/api/image/youtube-thumbnail-generator-prompts'

Example Response

{
  "data": [
    {
      "id": "bold-vs",
      "title": "Versus / Comparison",
      "categoryId": "bold",
      "categoryTitle": "Bold & Dynamic",
      "description": "Dynamic split-screen..."
    },
    // ... more prompts
  ]
}

POST
/api/image/youtube-thumbnail-generator

Generate a thumbnail based on prompts and assets.

Request Body

FieldTypeDescription
promptstringRequired. Description of the video or desired thumbnail.
overlayTextstringOptional. Text to overlay on the image.
personImagestringOptional. URL or data URI of a person subject.
backgroundImagestringOptional. URL or data URI of a background.
logoImagestringOptional. URL or data URI of a logo.
referenceImagestringOptional. URL or data URI of a style reference.
modelstringOptional. `'standard'` (default) or `'pro'`.
outputResultstringOptional. `'base64'` (default) or `'url'`.

Example Request

curl -X POST 'https://codingmantra.com/api/image/youtube-thumbnail-generator' \
     -H 'Content-Type: application/json' \
     -H 'Authorization: Bearer YOUR_API_KEY' \
     -d '{
          "prompt": "Unboxing the latest smartphone review",
          "overlayText": "BEST PHONE 2024?",
          "accentColor": "yellow",
          "model": "high_quality"
        }'

Example Response

{
  "data": {
    "photoDataUri": "data:image/png;base64,..."
  }
}

On This Page

GET PromptsPOST GenerateFAQ

Frequently Asked Questions

CodingMantra LogoCodingMantra

Providing business solutions for small and medium-sized businesses and helping them to grow.

WhatsApp ChannelX / TwitterLinkedInInstagramFacebookGitHubYouTube

Company

  • About Us
  • Services
  • Products
  • Portfolio
  • Pricing
  • Blog
  • API Docs
  • Contact Us

Top Tools

  • All Tools
  • Image Gallery
  • Image Tools
  • Digital Marketing
  • Financial Tools
  • Games
  • SEO Tools

Legal

  • Privacy Policy
  • Terms & Conditions
  • Return Policy
  • Deals
  • Sitemap

© 2026 CodingMantra. All Rights Reserved.