Versions
Recommended/Latest version is always placed at the top of the page. (v2 for OkayFace)
1:1 Face Verification V2
1:1 Face Verification V2
POST
http://demo.faceid.asia/api/faceid/v2/verify
Headers
Name | Type | Description |
---|---|---|
livenessMeta | String | The JSON string with device information |
Request Body
Name | Type | Description |
---|---|---|
apiKey * | string | To be assigned by Innov8tif |
imageIdCard * | object | Front id card image |
imageBest * | object | Image that's used to compare with imageIdCard |
Postman Collection
1:1 Face Verification V3(Deprecated)
1:1 Face Verification V3
POST
http://demo.faceid.asia/api/faceid/v3/verify
Request Body
Name | Type | Description |
---|---|---|
apiKey * | string | To be assigned by Innov8tif |
imageIdCard * | object | Front id card image |
imageBest * | string | Encrypted string for liveness face retrieved via liveness SDK |
Postman Collection
1:1 Face Verification V4(Deprecated)
1:1 Face Verification V4
POST
http://demo.faceid.asia/api/faceid/v4/verify
Request Body
Name | Type | Description |
---|---|---|
apiKey * | string | To be assigned by Innov8tif |
imageIdCard * | string | Front id card image in base64 |
imageBest * | string | Image in base64 that's used to compare with imageIdCard |
Postman Collection
1:1 Face Verification V2-1
1:1 Face Verification With Liveness Detection (Encrypted string is not required)
POST
http://demo.faceid.asia/api/faceid/v2-1/verify
Request Body
Name | Type | Description |
---|---|---|
apiKey * | string | To be assigned by Innov8tif |
imageIdCard * | object | Front id card image |
imageBest * | object | Selfie photo |
Postman Collection
1:1 Face Verification V2-2
1:1 Face Verification With Liveness Detection
POST
http://demo.faceid.asia/api/faceid/v2-2/verify
Request Body
Name | Type | Description |
---|---|---|
apiKey * | string | To be assigned by Innov8tif |
imageIdCard * | string | Front id card image in base64 |
imageBest * | string | Selfie photo in base64 |
Postman Collection
1:1 Face Verification V3-1(Deprecated)
1:1 Face Verification With Liveness Detection (Encrypted string is required)
POST
http://demo.faceid.asia/api/faceid/v3-1/verify
Request Body
Name | Type | Description |
---|---|---|
apiKey * | string | To be assigned by Innov8tif |
imageIdCard * | object | Front id card image |
imageBest * | string | Encrypted string for liveness face retrieved via liveness SDK |
Postman Collection
N/A
1:1 Face Verification V4-1(Deprecated)
1:1 Face Verification With Liveness Detection
POST
http://demo.faceid.asia/api/faceid/v4-1/verify
Request Body
Name | Type | Description |
---|---|---|
apiKey * | string | To be assigned by Innov8tif |
imageIdCard * | string | Front id card image in base64 |
imageBest * | string | Selfie photo in base64 |
Postman Collection
Kindly refer to the page below for the interpretation of the result.
Last updated