# Clean a Reddit AITA Post for TTS Narration

**Use case:** 

Paste one r/AmItheAsshole post and get narration-ready text for faceless YouTube and TikTok voiceovers: markdown stripped, AITA spelled out, links removed.

## Input

```json
{
  "text": "AITA for leaving? **So** here's the _story_. Check [this](https://reddit.com/r/AmItheAsshole).\n\nEdit: thanks for the awards! TL;DR: I left.",
  "expandAbbreviations": true,
  "profanityMode": "keep",
  "wpm": 150
}
```

## Output

```json
{
  "cleaned": {
    "label": "Cleaned"
  },
  "wordCount": {
    "label": "Word count"
  },
  "sentenceCount": {
    "label": "Sentence count"
  },
  "readTimeSeconds": {
    "label": "Read time seconds"
  },
  "hookScore": {
    "label": "Hook score"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Text Cleaner — TTS-Ready Narration](https://apify.com/dami_studio/reddit-text-cleaner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/reddit-text-cleaner) to learn more, explore other use cases, and run it yourself.