Selfie ID Verification
Our Real-Time ID Verification solution offers a seamless and secure way to verify user identities using a combination of facial recognition technology, selfie verification, and liveness checks. This advanced process ensures the authenticity of identity documents and enhances security in online transactions.
Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API.Vr
Expected data returned
Upload user selfie
Create New Signed Link.
POST
https://api.akibadigital.com/v1/customer
Upload a new selfie.
Headers
Token*
String
Your Access auth token
Content-Type*
String
application/json
Request Body
identifier*
string
The unique id
of the customer (type and code of Id: national Id or company reg)
type*
string
1
for individual and 2
for business
selfie_filename
string
The filename of the selfie doc
Verify user selfie
Verify a Customer.
POST
https://api.akibadigital.com/v1/customer/verify
Request Body
selfie_filename*
string
The name of the selfie filename
id*
string
The id
of the customer (registration or national Id)
user_type*
string
1 for individual and 2 for business
s3_key*
string
Key you've received in response to get signed link
Last updated