verify_inclusion
Check a SHA-256 hash against a live public-root Merkle proof to confirm inclusion. Returns VALID, INVALID, or UNCHECKABLE; never a grade.
Instructions
Check a sha256 against the live public-root merkle via GET /api/proof?sha=. Three states only: VALID (included), INVALID (not a leaf), UNCHECKABLE (proof endpoint unreachable). Does not claim Ed25519 unless sig_ed25519 is present and checked separately. Never a grade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha256 | Yes | 64-char hex digest to test for inclusion. |