A free, stateless verification endpoint for SCITT receipts and signed statements (RFC9162_SHA256 vds=1 or CCF ccf.v1 vds=2). It verifies; it stores nothing; it issues nothing. Your bytes are verified in memory and discarded — nothing is stored or logged.
/.well-known/did.json. Required to verify a receipt.POST /verify · stateless · max 1 MB · the endpoint retains nothing but an anonymous request count.
| This service · verifier | A Transparency Service · separate concern | |
|---|---|---|
| Operation | verify only | register statements, issue receipts, anchor |
| State | none (stateless) | a durable, append-only log |
| Trust commitment | none — verify it yourself | uptime, integrity, non-equivocation, witnessing |
| Risk class | low (read-only utility) | high (operational trust infrastructure) |
| Who must trust whom | nobody trusts the operator | the ecosystem trusts the log operator |
A verifier that starts storing submissions, issuing receipts, or anchoring has silently become a Transparency Service with all of its obligations. This one has no write path, no persistence, and no key custody — by construction. To run a real log, see the transparency service ↗.
pip install scitt-cose — and runs anywhere. This endpoint runs the identical library; the result is the same. For maximal privacy, verify locally: source ↗.