Public host: immutableproofs.net
ImmutableProof is a verification service for Immutable Notice Protocol (INP) v1.0. It returns deterministic verification results and deterministic JSON errors.
Only API v1 is exposed on the public host. v1 behavior is frozen; changes happen only via /v2 (which is blocked publicly).
GET /healthz → {"ok":true}GET /v1/health → {"ok":true}POST /v1/verify → deterministic verification; rejects non-canonical JSON deterministicallyDocs: /docs/
curl -sS -i http://immutableproofs.net/v1/verify \
-H "Content-Type: application/json" \
--data-binary '{"b":1,"a":2}'
Expected: 400 with {"error":{"code":"not_canonical"...}}
See: OPS public contract · API v1 freeze marker · Operations