Biometrics details

View as Markdown

Submits selfie and liveness media as base64-encoded payloads for the KYC Reliance biometric step. Complete earlier steps (identity and document submission) per your requirements flow before calling this endpoint.

Headers

x-access-tokenstringOptional

Your Partner Access Token. Please refer here for a tutorial on generating your access token.

Note: This is applicable only for Auth Reliance Flows

x-user-identifierstringOptional

our authenticated user Email Id address.

Note: This is applicable only for Auth Reliance Flows

authorizationstringOptional

Authorization token is the accessToken received from the API - api/v2/auth/verify

Note: This is not applicable for Auth Reliance Flows

Request

This endpoint expects an object.
selfiestringRequired

Base64-encoded selfie image (e.g. data:image/jpeg;base64,...). Maximum size approximately 5 MB after decoding.

livenessstringRequired

Base64-encoded liveness video (e.g. data:video/mp4;base64,...). Maximum size approximately 20 MB after decoding.

Response

Success — biometrics processed

dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error