anchor_creation
Anchor any creation event to the Knox event chain and return a self-authenticating provenance bundle. Three creation modes are supported: human_original (camera capture, original writing, recording), ai_generated (model + prompt + parameters anchored), and ai_assisted_hybrid (human-AI collaboration with edit chain). Returns the Knox anchor record, a C2PA-aligned envelope, and an FRE 902(13)/(14)-shape affidavit. Bonis Systems anchors what creators present; it does not adjudicate authorship, does not grant copyright, and does not enforce any IP claim. Requires a Knox Bearer API key on the Authorization header — unauthenticated calls are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai | No | AI-generation metadata (required when source = ai_generated). | |
| name | Yes | Display name for the work (max 256 chars). | |
| human | No | Human-original metadata (optional when source = human_original). | |
| hybrid | No | Hybrid-creation metadata (required when source = ai_assisted_hybrid). | |
| source | Yes | Creation source. | |
| sizeBytes | No | Content size in bytes. | |
| contentHash | Yes | SHA-256 digest of the content as 64 lowercase hex chars. The content itself is not transmitted. | |
| contentType | No | MIME type (max 128 chars). |