Attest a file
attest_fileCompute the SHA-256 fingerprint of a local file, timestamp it, and return a signed attestation. Optional metadata like title or author can be bound to the signature.
Instructions
Compute the SHA-256 fingerprint of a local file (streamed, never sent anywhere) and attest it: the server timestamps it and returns a signed attestation. Requires a credential — run 'authorize' first, or set IMGAUTH_API_KEY. Optional declared metadata (titolo/autore/anno/note) is bound to the signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anno | No | Declared year/version (optional). | |
| note | No | Declared free-text note (optional). | |
| path | Yes | Absolute or relative path to the local file. | |
| autore | No | Declared author (optional). | |
| titolo | No | Declared title of the work (optional). |