# AI Video Thumbnail Generator - Tech Tutorial 16:9

**Use case:** 

Generate eye-catching 16:9 YouTube thumbnails from a topic and custom prompt. Returns ready-to-use thumbnail image URLs for tech tutorial videos.

## Input

```json
{
  "videoFileUrl": [],
  "referenceImage": [],
  "mainTopic": "Tech Tutorial: How to Build AI Applications",
  "numberOfImages": 2,
  "customPrompt": "Create an eye-catching thumbnail with vibrant colors",
  "aspectRatio": "16:9"
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "link"
  },
  "thumbnailPreview": {
    "label": "Thumbnail Preview",
    "format": "image"
  },
  "aspectRatio": {
    "label": "Aspect Ratio",
    "format": "text"
  },
  "timestamp": {
    "label": "Generated At",
    "format": "datetime"
  }
}
```

## About this Actor

This example demonstrates how to use [Auto Video Thumbnail Generator](https://apify.com/parseforge/auto-video-thumbnail-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/auto-video-thumbnail-generator) to learn more, explore other use cases, and run it yourself.