Skip to main content
The Chance API is a single, synchronous endpoint: submit an intent and an action, get back a verdict and its provable receipt.

Base URL

Authentication

Every request is authenticated with your API key in the x-api-key header. See Authentication.

The verdict response

Every verification — whether you just created it or are fetching an old one — returns the same shape:
  • verdict drives your control flow — execute only on ALLOW.
  • reasoning is the plain-English justification, safe to log and surface.
  • proof is the receipt — see Provable verdicts.

Errors

Use the Endpoints pages to try requests live with your own key.