CHECKED
Enterprise API

Evidence infrastructure.

Embed CHECKED inside wallets, explorers, exchanges, launch platforms, support tools, and security operations. Request a result, subscribe to changes, and retrieve the underlying evidence graph.

REST API

Structured checks

Create an investigation for a message, URL, social identity, domain, wallet, contract, or transaction. Standard responses separate source status, risk status, confidence, evidence, coverage, and recommended action.

curl -X POST https://api.checked.example/v1/checks \
  -H "Authorization: Bearer $CHECKED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "input": "https://northstar-claim.xyz",
    "project_id": "prj_northstar",
    "depth": "standard"
  }'
Webhooks and monitoring

Changes delivered

Subscribe to project identity updates, domain changes, contract upgrades, source mismatches, threat confirmations, appeals, and case revisions. Webhook signatures and idempotency keys protect delivery.

case.createdWebhook
case.revisedWebhook
identity.changedWebhook
incident.activatedWebhook
appeal.resolvedWebhook
ChatGPT preview · simulated data