Create a document group
Creates a new document group for your organization.
Required scope: settings:write (or legacy documents:write).
Creates a new document group for your organization.
Required scope: settings:write (or legacy documents:write).
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
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.
Human-readable group name.
Recency/expiry rules for documents in this group.
Evaluation priority order (lower is higher priority).
Human-readable group name.
Evaluation priority order (lower is higher priority).
Document classification slugs that match this group. When a
document is uploaded and classified as one of these slugs, the
group’s check_config and recency_config apply.
Override the verification check suite for documents matched to
this group. Each entry is a [check_name, category, requirement]
tuple. Highest priority — beats document-type and org-level
overrides.
Recency rule applied to documents in this group. When enabled
is true, the recency_check reads the issue date from the
document’s extracted_fields (issue_date, statement_date,
effective_date, or document_date) and fails the check if
the document is older than max_age_days.