ALETHEIA Examples

See the synthesis engine in action

Query Builder

Build your own query

Example 1: Consensus Detection

When sources agree

Query a compound where regulatory agencies reach similar conclusions. Notice the low standard deviation and high consensus strength.

GET /api/compound/hq-c-org-000001?context=dog

Example 2: Disagreement Visualization

When sources disagree

Glyphosate carcinogenicity: IARC says Group 2A (probably carcinogenic), EPA says "not likely", EFSA concurs with EPA. See the wide distribution.

GET /api/compound/hq-c-org-000001?context=human_adult
IARC
0.750
EPA
0.150
EFSA
0.180

Consensus: false (disagreement_magnitude: 0.422)
Mean: 0.360, Std Dev: 0.284
95% CI: [0.082, 0.638]

Example 3: Multiple Contexts

Compare risk across contexts

Same compound, different populations. See how risk profiles differ between adult humans, children, dogs, and aquatic life.

GET /api/compound/hq-c-org-000001?all_contexts=true

Example 4: Available Contexts

Discover what's available

Not sure which contexts have data? List them first.

GET /api/compound/hq-c-org-000001/contexts

Understanding the Output

consensus.exists: Boolean. True when std_dev < 0.15 AND max_distance < 0.25

consensus.strength: 0-1 scale. Higher = tighter agreement

disagreement_magnitude: Normalized max distance between any two sources

source_positions: Each source's position with its calculated weight