FaceMatch
This API compares and finds similarity between 2 face images. This is used to authenticate a person and detect an impersonation scenario. Image Requirements Format : JPG (JPEG), PNG Size : between 48*48 and 4096*4096 (pixels) File size : no larger than 2MB Minimal size of face : the bounding box of a detected face is a square. The minimal side length of a square should be no less than 150 pixels.
FaceMatch endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Facematch by Base64 /API/verify/Facematch |
Compare two faces and decide whether they are from the same person. |
| POST |
Facematch by URL /API/verify/Facematch |
Compare two faces and decide whether they are from the same person. |