Bulk redact sessions

Redacts PII and document images for up to 100 sessions in a single request. Returns per-session results.

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.
session_idslist of stringsRequired

Session IDs to redact (max 100).

Response

Bulk redaction results.
totalinteger
resultslist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error