Create a document fingerprint
Creates a new document fingerprint record. Fingerprints are cryptographic hashes used to flag known-compromised or previously-seen documents.
Required scope: documents:write
Authentication
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Headers
Unique key for idempotent requests. Cached for 24 hours. Sending the
same key with different parameters returns 422.
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Request
Type of fingerprint algorithm (e.g. sha256, phash).
Human-readable reason for flagging this fingerprint.
Arbitrary key-value metadata.
Response
Type of fingerprint algorithm (e.g. sha256, phash).
Organization ID (null for global fingerprints).
Human-readable reason for flagging.
Arbitrary key-value metadata.