# Content Moderation Transcription

**Use case:** 

Transcribe social media videos for content moderation pipelines. Plain text output per video, ready for classifiers. $1 per 1,000 videos.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.tiktok.com/@username/video/VIDEO_ID"
    }
  ],
  "language": "auto",
  "exportFormats": [
    "txt"
  ],
  "repurposeMode": "none",
  "maxPollSeconds": 300,
  "pollIntervalSeconds": 5
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "transcript_txt": {
    "label": "Transcript (TXT)",
    "format": "string"
  },
  "transcript_srt": {
    "label": "Transcript (SRT)",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok & Instagram Reels Transcription — AI Captions](https://apify.com/toshiusklay/wisprs-social-media-transcriber) with a specific input configuration. Visit the [Actor detail page](https://apify.com/toshiusklay/wisprs-social-media-transcriber) to learn more, explore other use cases, and run it yourself.