Endpoints
Model selection
What’s next
Standard documents
Generate via template.
Specialty documents
Enhanced + billing codes.
Facts & Reasoning
Structured facts extraction.
Clinical RAG
Hybrid evidence retrieval.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SOAP notes, documents, and clinical reasoning.
| Capability | Endpoint | Surface |
|---|---|---|
| Post-visit analysis | POST /api/therapy/analyze-session | AI Services |
| SOAP note (standard) | POST /api/therapy/generate-soap-note | AI Services |
| SOAP note (specialty / billing codes) | POST /api/therapy/generate-soap-note-enhanced | AI Services |
| Post-visit insights | POST /api/therapy/post-visit-insights | AI Services |
| Note validation | POST /api/therapy/validate-note | AI Services |
| Code suggestions | POST /api/therapy/suggest-codes | AI Services |
| Note lifecycle | POST /api/therapy/notes/{id}/{transition|approve|finalize|track-change} | AI Services |
| Templates | GET /api/therapy/templates | AI Services |
| Note persistence | /api/clinical-notes · /api/note-templates | Backend |
| Use | Model | Temperature | Response format |
|---|---|---|---|
| SOAP, post-visit analysis | gpt-4o | 0.3 | JSON object |
| Real-time NLP / classify | gpt-4o-mini | 0.3 | text / JSON |
| Voice agent LLM | Medera reasoning | 0.3 | text (max 500 tokens) |