verify_hash
Verify a SHA-256 file hash against inline proof data to confirm blockchain-anchored timestamp validity without reading files from disk.
Instructions
Verify a known file hash against inline proof data.
Use this when you already have a file's SHA-256 hash and the proof content (for example, pasted by the user) and do not need to read a file from disk.
Args: file_hash: The hex-encoded SHA-256 hash of the file. proof_json: The proof as a JSON string, OR a path to a proof JSON file.
Returns: A human-readable verification summary followed by the full structured result as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_hash | Yes | ||
| proof_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |