# Transcribe TikTok Videos Without Native Captions (AI)

**Use case:** 

Transcribe TikTok videos without native captions using an AI speech-to-text fallback. Works on clips under two minutes. Output is timestamped WEBVTT.

## Input

```json
{
  "urls": [
    "https://www.tiktok.com/@khaby.lame/video/7385000000000000010",
    "https://www.tiktok.com/@charlidamelio/video/7385000000000000011"
  ],
  "language": "en",
  "use_ai_as_fallback": true,
  "max_concurrency": 2
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "is_ai_generated": {
    "label": "AI Generated",
    "format": "boolean"
  },
  "transcript": {
    "label": "WEBVTT Transcript",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Transcript Extractor - Bulk Captions [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-transcript-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-transcript-extractor) to learn more, explore other use cases, and run it yourself.