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.

Use the post-visit analyzer to extract facts from any transcript:
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.