verify_document
Verify if a document was certified on Hedera Hashgraph and detect any alterations since it was attested.
Instructions
Check whether a document has a prior Cryptair attestation on Hedera Hashgraph.
USE WHEN you want to:
Confirm a counterparty's claim that a document was certified
Detect whether a file has been altered since it was attested
Look up the original Hedera transaction for a given file
This is PUBLIC — no API key required. Anyone can verify any document.
Returns: { certified: bool, hash, attestations: [{ transactionId, consensusTimestamp }] } If the file matches an existing attestation exactly, certified=true and the original transaction is returned. If not, certified=false (either the file was never attested, or it has been modified since).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file to verify. SHA-256 hashed locally before sending. |