Skip to main content

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.

AI Services:
POST /api/therapy/generate-soap-note
POST /api/therapy/generate-soap-note-enhanced  # specialty templates

Body

{
  "session_data": { ... },
  "patient_context": { ... },
  "template_config": {
    "format_version": "v3",
    "include_assessments": true,
    "include_billing_codes": true
  },
  "specialty": "psychiatry"
}
specialty: psychiatry, primary_care, cardiology, neurology, … Backend persistence:
POST /api/clinical-notes
GET  /api/clinical-notes