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

# Session transcripts

> Manage transcripts

Backend (Express):

```text theme={"system"}

POST /api/sessions/{id}/transcripts
GET  /api/sessions/{id}/transcripts/{transcript_id}
GET  /api/sessions/{id}/transcripts/{transcript_id}/status

```

AI Services real-time transcription:

```text theme={"system"}

POST /api/clinical/start
POST /api/clinical/chunk
POST /api/clinical/stop
POST /api/clinical/transcribe-full
GET  /api/clinical/session/{session_id}

```
