anchor_file_hash
Anchor a SHA-256 file digest to Knox and return an affidavit architected for FRE 902(13)/(14) self-authentication. The file itself is not transmitted — the caller computes the hash and only the digest + filename + size + MIME type are anchored. Admissibility in any matter remains a determination of the presiding court. Requires a Knox Bearer API key on the Authorization header — unauthenticated calls are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | SHA-256 file digest (64 lowercase hex chars). | |
| filename | No | Original filename (max 256 chars). | |
| mime_type | No | MIME type (max 128 chars). | |
| size_bytes | No | File size in bytes. |