Quick Start
Make your first Vlens API call in under 5 minutes
This guide walks through the minimal path to register a user and verify their identity. You’ll need your ApiKey — get it from the Vlens dashboard.
Response:
Registration is a two-step OTP flow: send OTP → validate OTP → complete registration.
The registration response includes data.accessToken — use this as Authorization: Bearer <token> for all verification calls.
With the user token, submit the national ID and liveness images.
When data.isDigitalIdentityVerified is true, the user is fully verified and eligible to create contracts.