Bulk classify documents

Runs automatic classification on up to 25 documents in a single request. Returns per-document results including classification and confidence score.

Required scope: documents:write

Authentication

X-API-Keystring

Organization API key. Keys are prefixed with vk_live_ (production) or vk_sandbox_ (sandbox).

Headers

Idempotency-KeystringOptional<=255 characters

Unique key for idempotent requests. Cached for 24 hours. Sending the same key with different parameters returns 422.

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Request

This endpoint expects an object.
document_idslist of stringsRequired

Document IDs to process (max 25).

Response

Bulk classification results.
resultslist of objects
summaryobject

Errors

400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error