BetaExample data
Source Evidence
Know why a signal exists before you act on it.
What it does
Attach source-backed context to profile claims so products can understand why a signal exists and whether confidence is high enough to use.
Example request
GET /v1/evidence/{claim_id}
GET /v1/evidence/clm_92f1Example response
{
"claim": "decision_style:evidence-informed",
"sources": [
{ "type": "diagnostic_answer", "weight": 0.5 },
{ "type": "product_behavior", "weight": 0.3 },
{ "type": "user_correction", "weight": 0.2 }
],
"confidence": 0.82
}Business use
Lets product teams set thresholds: only personalize when confidence is high, surface explanations when it is medium, and defer when it is low.
Trust & consent
Every claim is traceable. Users can review or correct any source from their console.
CanonIQ API is currently in beta. Feature examples use sample data and may not represent final product behavior.
More feature modules
Profile Slices
Return the right identity context without exposing the full person.
Learn more about Profile SlicesPersonalization Directives
Turn identity intelligence into product behavior.
Learn more about Personalization DirectivesConsent and App Permissions
Let users control which products see which parts of their profile.
Learn more about Consent and App Permissions