Seal a hash you already hold
elucora_attestProve a piece of content existed at a point in time by sealing its SHA-256 hash. Use when you already hold the bytes — a model output, a tool result, a document. Elucora records that you submitted this hash and when; it does not prove where the content came from or that it is true, because Elucora never saw the source. To prove what a web source served, use elucora_capture instead. Consumes receipt quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | SHA-256 digest of the content, written as sha256:<64 hex characters>. | |
| metadata | No | Optional signed scalar metadata. | |
| size_bytes | No | Optional size of the content, as described by the caller. | |
| content_type | No | Optional media type of the content, as described by the caller. |