Interpreting Results
When a Helios model run completes with status COMPLETE_OK, the
response contains a results object with biomarker scores for the
recording. This page explains the structure of those results, how
scores are calculated, and how to use them responsibly.
Results structure
Results are returned as an array of sections, each covering a timed
segment of the recording. Currently, Helios always returns a single
section covering the full recording.
Each section contains:
Biomarker scores
Bucketed scores
Five biomarkers — distress, stress, exhaustion,
sleepPropensity, and lowSelfEsteem — are returned as one of four
discrete values:
Bucketed scores are benchmarked against a matched population in thymia’s database — users of the same age, birth sex, and language or accent.
Benchmarking accuracy depends directly on the quality of demographic
data supplied when creating the model run. Inaccurate dateOfBirth,
birthSex, or language values will result in comparisons against
a mismatched population and less reliable scores.
Continuous scores
The same five biomarkers are also returned as continuous values under
the uniform prefix — for example, uniformDistress,
uniformExhaustion. These can take any value between 0 and 1.
mentalStrain is returned only as a continuous score and has no
bucketed equivalent.
Score interpretation guide
Helios scores reflect the user’s state at the time of recording. They are point-in-time measurements and should be interpreted in the context of longitudinal trends where possible.
Longitudinal monitoring
Helios is designed for continuous monitoring. Submitting regular
recordings for the same userLabel over time allows you to track
changes in a user’s wellbeing state and identify meaningful trends.
For safety-critical applications, we recommend establishing a baseline for each user over several sessions before acting on individual readings.
Responsible use
Helios is a wellness monitoring tool. It is not a regulated medical device and must not be used for clinical diagnosis or as a substitute for clinical judgement. Results should not be presented to users as diagnostic or predictive of any medical condition.
For clinical assessment of depression and anxiety, see Apollo.
Next steps
- Error Reference — Handle
COMPLETE_ERRORresponses correctly in your integration. - Apollo — For clinical-grade assessment of depression and anxiety.
- API Reference — Complete endpoint documentation for the Helios API.






