The clinical intelligence layer for psychiatry.
Attunio turns the speech timing, labs, prescriptions, and symptom scales you already collect into structured, explainable, clinician-reviewable intelligence — delivered as an API. One auth model, one response envelope, the same HIPAA-aligned posture across every endpoint.
curl https://attuniohealth.com/api/v1/dmse/analyze \
-H "Authorization: Bearer att_sk_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"responseLatencySeconds": 2.6,
"speechRateWpm": 98,
"psychomotorFidgetEpisodes": 4,
"sustainedAttentionPct": 66
}'{
"ok": true,
"data": {
"object": "dmse.analysis",
"signalsPresent": 4,
"overallConfidence": "high",
"signals": [
{
"signalKey": "response_latency",
"metricValue": 2.6,
"metricUnit": "s",
"interpretation": "clinical_attention",
"mseLine": "Speech: increased response latency (avg ~2.6s)."
}
]
}
}5
Live intelligence APIs
1
Unified auth & response envelope
TLS 1.3
Encrypted in transit
0
Raw audio or video stored
How it works
Send the signals you already have. Get intelligence back.
1Send timing telemetry
curl https://attuniohealth.com/api/v1/dmse/analyze \
-H "Authorization: Bearer att_sk_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"responseLatencySeconds": 2.6,
"speechRateWpm": 98,
"psychomotorFidgetEpisodes": 4,
"sustainedAttentionPct": 66
}'2Receive clinical intelligence
{
"ok": true,
"data": {
"object": "dmse.analysis",
"signalsPresent": 4,
"overallConfidence": "high",
"signals": [
{
"signalKey": "response_latency",
"metricValue": 2.6,
"metricUnit": "s",
"interpretation": "clinical_attention",
"mseLine": "Speech: increased response latency (avg ~2.6s)."
}
]
}
}Built for clinical teams
Decision support you can actually defend.
Structured, explainable signals
Every endpoint returns discrete signals mapped to a clinical interpretation, a confidence level, and a ready-to-paste narrative line — never a black-box score.
Clinician-reviewable by design
Output is decision support for a human clinician, with explicit confidence and source traceability — never an autonomous diagnosis.
Baselines & trend built in
Send prior values and the API computes a per-patient baseline (mean, SD, n) and a trend direction against the patient's own history.
Real-time, low latency
Stateless POSTs return structured intelligence in milliseconds — fast enough for in-visit decision support.
One suite, five rungs
Digital MSE™ is API #1 — not the whole story.
Each API builds on the data and signals beneath it. Start with the foundation you already collect, then climb the ladder as far as your product needs to go.
- Base
Raw signal
Visit telemetry, labs, prescriptions, symptom scales, wearables — the data you already capture.
- API 1
Digital MSE™
Speech & movement timing → four structured mental-status-exam signals with confidence and trend.
- API 2
Medication Intelligence™
Correlates each prescription against symptom trajectory and Digital MSE™ change.
- API 3
Biomarker Intelligence™
Maps abnormal lab biomarkers to psychiatric relevance before psychotropics escalate.
- API 4
Outcome Intelligence™
Fuses scales, MSE latency, meds, biomarkers, and sleep into one explainable response composite.
- API 5
Relapse Prediction™
Combines the velocity of every signal above into a transparent, additive early-warning score.
The Intelligence Suite
From raw signals to clinical decision support.
A family of APIs that turn the structured signals you already collect into clinician-reviewable intelligence. One auth model, one response envelope, the same compliance posture across every product.
Raw signals
- Visit telemetry
- Labs
- Wearables
- Medications
- Symptom scales
Attunio Intelligence APIs
- Digital MSE™
- Medication Intelligence™
- Biomarker Intelligence™
- Outcome Intelligence™
- Relapse Prediction™
Clinical decision support
- Clinician-reviewed insights
- Trends & baselines
- Early-warning flags
Digital MSE™
Speech & movement timing → mental-status-exam signals.
Ingest downstream speech- and movement-timing metrics from any video visit and receive four structured, clinician-reviewable MSE signals with confidence, baselines, and trend. Live today.
Inputs
POST /v1/dmse/analyzeMedication Intelligence™
Adherence & response patterns from medication history.
Correlate each active prescription's start date with the patient's symptom-scale trajectory and Digital MSE™ latency change to surface explainable medication-response and monitoring signals for clinician review.
Inputs
POST /v1/medication/analyzeBiomarker Intelligence™
Labs & wearable biomarkers, contextualized.
Map abnormally-flagged lab biomarkers (TSH, B12, vitamin D, ferritin, hs-CRP, sodium, and more) to their psychiatric relevance, so reversible medical drivers are ruled out before escalating psychotropics.
Inputs
POST /v1/biomarker/analyzeOutcome Intelligence™
Symptom scales → outcome trajectories.
Fuse symptom-scale trajectories, Digital MSE™ latency, medication engagement, biomarker watch-items, and wearable sleep into one explainable treatment-response composite from -100 to +100, with confidence scaled to source agreement.
Inputs
POST /v1/outcome/scoreRelapse Prediction™
Multi-signal early-warning system.
Combine the velocity and recency of symptom scales, Digital MSE™ latency, sleep, medication-change windows, and visit cadence into a transparent, additive 0–100 early-warning score — always decision support, never an autonomous call.
Inputs
POST /v1/relapse/predictSecurity & compliance
Engineered for protected health information.
TLS 1.3 everywhere
All traffic is encrypted in transit with modern ciphers.
HIPAA-aligned
Built for PHI workflows with strict access scoping per API key.
Data minimization
Only downstream numerical metrics are processed. Raw audio and video are never accepted or stored.
Start building today.
Create a sandbox key in seconds — no card required. Test against every live endpoint, then request production access when you're ready to ship.