> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# RTStream Transcription

> Manage real-time transcription on live streams

Control and retrieve real-time transcription from live streams. Enable speech-to-text processing on active streams and access transcribed content.

## Endpoints

<CardGroup cols={2}>
  <Card icon="file-text" title="Get Transcription" href="/api-reference/rtstream/transcription/get_rtstream_transcription">
    Retrieve transcription data
  </Card>

  <Card icon="mic" title="Manage Transcription" href="/api-reference/rtstream/transcription/manage_rtstream_transcription">
    Start or stop transcription
  </Card>

  <Card icon="check" title="Transcription Status" href="/api-reference/rtstream/transcription/get_rtstream_transcription_status">
    Check transcription status
  </Card>
</CardGroup>
