Create a verification session
Creates a new verification session and returns a capture_url that you
redirect (or embed) for the end user to complete identity verification.
Required scope: sessions:create or sessions: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.
Response key casing. Defaults to snake.
Request
Arbitrary key-value metadata attached to the session.
ISO 3166-1 alpha-2 country code for document expectations.
Per-session check overrides. If omitted, the workflow’s default checks are used.
Response headers
Response
Base64-encoded QR code PNG pointing to the capture URL.