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

# Facts Extraction

> Standalone facts extraction

Use the post-visit analyzer to extract facts from any transcript:

```text theme={"system"}

POST /api/therapy/analyze-session
{
  "session_transcript": "...",
  "clinical_context": { "patient_id": "pat_abc" }
}

```

The `aiTasks[]`, `visitSummary`, and `clinicalFindings[]` in the response are the extracted, structured facts.
