Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate documents via template
POST /api/therapy/generate-soap-note
{ "session_data": { "session_id": "ses_abc", "transcript": "...", "duration_minutes": 45 }, "patient_context": { "patient_id": "pat_abc", "diagnoses": ["F32.1"], "medications": [...] } }