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.
Category: Clinical Operations · Signal channels: Vocal acoustics · Facial physiology · Linguistic content · Assessments
Endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /api/co-therapy-sessions | Create session (backend) |
POST | /api/co-therapy-sessions/{id}/start | Start session + invitations |
POST | /api/co-therapy-sessions/{id}/join | Record participant joining |
POST | /api/co-therapy-sessions/{id}/leave | Record participant leaving |
POST | /api/co-therapy-sessions/{id}/transition | Manually transition session state |
POST | /api/multimodal-therapy/analyze-session | Full multimodal analysis |
POST | /api/multimodal-therapy/analyze-audio-only | Audio-only analysis |
Pipeline
Configuration
| Field | Description |
|---|---|
audio_enabled, video_enabled | Channel toggles |
rdoc_constructs | Optional subset of the 15 named constructs |
clinical_context | Chief complaint, active diagnoses, recent screener scores |
consent_recorded | Per-session consent flag (required) |
Composable experts
| Expert | Role |
|---|---|
| Vocal Prosody Expert | F0, jitter, shimmer, HNR, speaking rate, prosodic flatness |
| Affect Dynamics Expert | Facial affect intensity, valence, congruence |
| Neurobehavioral Construct Expert | RDoC activation, severity, contributors |
| Linguistic Content Expert | Topic, valence, certainty, pronoun shift |
Quality gates
- Audio: ≥ 1.0 s, valid
voiced_fraction - Video: ≥ 30 s for HR, ≥ 60 s for HRV / BP, SNR > 3.0
- Quality gate (analyzer): minimum 20 words of transcript + 30 s of session signal
confidence: 0.0 and the analyzer falls back to a GPT-4o transcript-inferred analysis marked requires_human_review: true — never fabricated values.
Compliance guarantees
- The Co-Therapy Agent never addresses or interacts with the patient
- Construct activations report
contributors[]so clinicians can audit feature-level influence - Recording policy is explicit per session (
consent_recorded: truerequired)
Related
Quickstart
Run a multimodal session.
Multimodal Overview
Engine deep dive.
RDoC Constructs
15 named constructs.
Multimodal API
REST surface.