# Podcast to TikTok Clips: AI Viral Clip Generator

**Use case:** 

AI podcast clip generator that cuts long episodes into ranked 9:16 TikTok clips with karaoke captions, scored by viral potential for creators.

## Input

```json
{
  "videoUrl": "https://example.com/joe-rogan-episode-2050.mp4",
  "maxClips": 8,
  "minScore": 65,
  "aspectRatio": "9:16",
  "burnCaptions": true,
  "captionPreset": "karaoke",
  "language": "auto",
  "detectModel": "gpt-4o-mini"
}
```

## Output

```json
{
  "rank": {
    "label": "Rank"
  },
  "score": {
    "label": "Score"
  },
  "title": {
    "label": "Title"
  },
  "durationSeconds": {
    "label": "Duration seconds"
  },
  "start": {
    "label": "Start"
  },
  "end": {
    "label": "End"
  },
  "hashtags": {
    "label": "Hashtags"
  },
  "clipUrl": {
    "label": "Clip",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Viral Clip Cutter — Long Video to Shorts](https://apify.com/dami_studio/ai-viral-clip-cutter) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/ai-viral-clip-cutter) to learn more, explore other use cases, and run it yourself.