vigil_notarize
Notarize work: POST the sha256 (64 hex chars) of anything and get back an Ed25519-signed, timestamped, hash-chained, serial-numbered receipt. The proof of 'when' is the position in the public chain, not the timestamp string. Free tier: 10/day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional human label, <=200 chars. Public — do not put secrets here. | |
| vigil_key | No | Legacy credential argument. Prefer the HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. | |
| subject_sha256 | Yes | 64 lowercase hex chars: the sha256 of the thing you are notarizing. |