vtimestamp_verify
Verify file or text timestamps on the Verus blockchain using SHA-256 hashes. Check if content has been recorded on-chain and retrieve proof details for verification.
Instructions
Verify whether a file or text has been timestamped on a VerusID. Provide either a file_path or text — the server computes the SHA-256 hash and checks it against the on-chain record. Returns blockchain proof details if found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identity | Yes | VerusID name (e.g., "alice@") | |
| file_path | No | Path to a file to verify. Mutually exclusive with text. | |
| text | No | Text string to verify. Mutually exclusive with file_path. |