# Transcribe an X video

**Use case:** 

Transcribe any public X/Twitter video into accurate, speaker-labeled text with automatic language detection and smart formatting.

## Input

```json
{
  "videoUrl": "https://x.com/JackThompsonFOX/status/2065162307831804196",
  "maxAudioMinutes": 240,
  "model": "nova-3",
  "language": "",
  "diarize": true,
  "smartFormat": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "transcript": {
    "label": "Transcript",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Speech-to-Text Transcription](https://apify.com/hgservices/speech-to-text) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hgservices/speech-to-text) to learn more, explore other use cases, and run it yourself.