Facial Comparison
Compare Images
POST
{{baseurl}}/v2/api/identity/compare-image
This endpoint allows you to compare the similarity between two different images.
Headers
Name | Type | Description |
---|---|---|
token* | String | API secret token |
Request Body
Name | Type | Description |
---|---|---|
image1* | String | valid image URL or Base64 encoded string of image |
image2* | String | valid image URL or Base64 encoded string of image |
isSubjectConsent* | Boolean |
Indicate subject has given consent. |
Last updated