Decision Receipt API

Core request paths for evaluation, verification, lifecycle records, and public ledger inspection. This page is rendered entirely by Decision Receipt and does not execute third-party documentation code.

Authentication: production writes require an X-API-Key. Operator endpoints require their documented administrative authority.
Receipt-minting endpoints are not reachable from the public internet. The routes marked edge-contained below return 404 from in front of the application, by design and regardless of credentials — a public mint path is a signing oracle, so it is withheld rather than merely authenticated. Production receipts are minted from signed webhook delivery. If you need to mint, ask your Summit contact to provision an integration path. Read and verification routes are unaffected: /v1/verify, /v1/receipts/:id, /v1/ledger and /v1/chain/audit are public.
MethodPathPurposeAuthority
POST/v1/demo/evaluateSynthetic evaluation for examples and the playgroundEdge-contained — 404 publicly
POST/v1/evaluateEvaluate a submitted claim and evidence setEdge-contained — 404 publicly; API key on an integration path
POST/v1/verifyVerify the receipt checks supported by this servicePublic, rate-limited
POST/v1/replayRe-execute a decision from its original inputs and compare the result against the receiptPublic, rate-limited — but you must hold the original claim
GET/downloads/summit-verify-kit.zipOffline verify kit — check a receipt against the published key with no networkPublic
GET/downloads/summit-replay-kit.zipOffline replay kit — re-execute a decision and reproduce its hash with no networkPublic
POST/v1/actionsCreate an action-oriented lifecycle recordAPI key
POST/v1/actions/:actionId/evidenceAttach evidence to an action recordAPI key
POST/v1/actions/:actionId/evaluateEvaluate an action after evidence attachmentEdge-contained — 404 publicly; API key on an integration path
GET/v1/dispositions/:dispositionIdFetch a lifecycle dispositionOperational read authority
GET/v1/receipts/:receiptIdFetch a receipt recordOperational read authority
GET/v1/chain/auditInspect public chain-continuity and artifact-integrity statusPublic summary
GET/healthProcess livenessPublic

Start with a bounded example

The deployment guide documents headers and request bodies. The playground only calls the synthetic demo endpoint.

Deployment & usage guideSynthetic playgroundServer public key