Skip to main content
A fact might be in the graph but stale. verify re-derives one fact from the current observation set and tells you whether to trust it.

Parameters

Returns

If no fresh evidence supports the claim:

Ambiguous name

When to call it

  • Before any high-stakes write back to a CRM (“is the stage really closed_won?”)
  • Before sending a personalised email (“is the title still VP Sales?”)
  • When a claim’s freshness is suspect or expired in a get_context or get_account response
If you act on every fact without verifying, you’re trusting the graph’s last-observation timestamp. For most workflows that’s fine. For ones that matter, verify first.

Backed by

POST /v2/verify — see the HTTP reference for the raw JSON shape.