Medera’s Text Generation surface is exposed underDocumentation Index
Fetch the complete documentation index at: https://docs.medera.info/llms.txt
Use this file to discover all available pages before exploring further.
/api/therapy/* (AI Services) for generation and /api/clinical-notes / /api/note-templates (Backend) for persistence.
Capabilities
| Capability | Endpoint |
|---|---|
| Post-visit analysis (tasks, summary, diagnoses, risk) | POST /api/therapy/analyze-session |
| SOAP note generation | POST /api/therapy/generate-soap-note |
| Specialty-tailored SOAP | POST /api/therapy/generate-soap-note-enhanced |
| Post-visit insights | POST /api/therapy/post-visit-insights |
| Note validation | POST /api/therapy/validate-note |
| Code suggestions | POST /api/therapy/suggest-codes |
| Note lifecycle | POST /api/therapy/notes/{id}/transition · /approve · /finalize · /track-change |
| Templates | GET /api/therapy/templates |
Model
| Use | Model | Settings |
|---|---|---|
| SOAP notes, analysis | gpt-4o | T=0.3, JSON mode |
| Real-time NLP / classify | gpt-4o-mini | T=0.3 |
| Voice agent LLM | gpt-4-turbo | T=0.3, max 500 tokens |
What’s next
Standard documents
Generate via template.
Advanced documents
Specialty templates.
Facts
Structured facts extraction.
Clinical RAG
Evidence retrieval.