Run a multimodal in-session analysis with Neurobehavioral Construct profiles.
The Co-Therapy Agent is a silent multimodal partner — it never speaks to the patient. It runs the Vocal Acoustic Engine, the Facial Physiological Engine, and the Neurobehavioral Construct Computer to produce a canonical clinical payload with 15 named construct activations.
curl -X POST https://api.medera.info/api/co-therapy-sessions/{id}/start \ -H "X-API-Key: $MEDERA_API_KEY"
3
Analyze the session
Upload audio + video for full multimodal analysis. The analyzer runs the engines, computes the neurobehavioral profile, and (optionally) retrieves clinical RAG evidence.
with open('session.wav', 'rb') as a, open('session.mp4', 'rb') as v: res = client.multimodal.analyze_session(session_id=session.id, audio_file=a, video_file=v, transcript=transcript, duration_seconds=2400, patient_id="pat_abc",)
4
Read the canonical payload
The response is a canonical payload with flat ClinicalMetric envelopes: