Identity Biometrics
Identity Verifications with biometrics
The maximum image size we accept is 1MB
Verify Identity with biometrics
POST
https://vapi.verifyme.ng/v1/verifications/identities/biometrics
This endpoint is to fetch identity details with the identity type, number and either one of photo_url or photo field. PS: Either one of the photoUrl or photo has to be provided.
Headers
Name
Type
Description
Authorization
string
Authorization token
Request Body
Name
Type
Description
photoUrl
string
URL link to image file.
photo
object
Form Data image
idType
string
Identity Type ( nin , frsc or bvn )
idNumber
string
Identity Number
Sample Request
Last updated