PII inquiry without OTP: submit ID images
PII inquiry without OTP: submit ID images
Submits front/back ID images and a phone number for validation against national records. If the ID images were already processed in an existing transaction, use `POST /api/FRAServices/CheckIdAndFRAByTransaction` instead.
This is the no-OTP variant: no phone-ownership proof is required. To prove the user controls the phone number first, use the [**with OTP** variant of this endpoint](/api-reference/vlens-api/fra-services/post-fraservices-personallyidentifiableinformation-with-otp) — same URL, plus `otpRequestId` and `otpCode`.
Authentication
ApiKeystring
Static API key issued to your tenant. Required on every request.
OR
AuthorizationBearer
End-user JWT from registration or login. Required for verification, signing, and user-scoped operations.
Request
This endpoint expects an object.
idBackBase64Image
idFrontBase64Image
phoneNumber
Response
PII inquiry result.
data
error_code
error_message
error_descriptions

