> ## 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.

# Real-time facts

> Facts during the session

The AI Services clinical session WebSocket streams facts alongside the transcript:

```text theme={"system"}

POST /api/clinical/start
POST /api/clinical/chunk
POST /api/clinical/stop

```

`/chunk` returns interim facts as the transcript builds; `/stop` finalizes them.
