Generate a one-time verification link
Generate a one-time verification link
Generate a one-time verification link
Creates a single-use verification URL for the session. Any previously active link is automatically revoked.
The returned capture_url can be sent to the end-user via email, SMS,
or embedded in your application. Once visited, the link is consumed and
cannot be reused. Generate a new link if the user needs another attempt.
Sessions that are completed, failed, or redacted cannot have links
generated.
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Session ID (ses_*).
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.
Unique key for idempotent requests. Cached for 24 hours. Sending the
same key with different parameters returns 422.
One-time link created.
One-time verification URL to send to the end-user.
Base64-encoded QR code image pointing to the capture URL.