I'm interested in determining if it's feasible to compare a user-provided image with a specific Face ID (FID). My application receives images from users, and I want to verify if the face in the image matches the face associated with a stored FID.
This functionality is similar to the face verification feature found at faceverify REST API endpoint, but instead of using an external image, I would use an image uploaded to my system and compare it to the user's registered FID.
Face Comparison Using Local Image and Registered FID
Asked
Modified
Viewed
10554 times
✓ Accepted Solution
Hello,
- Currently, only The Face Verify API endpoint only works with static images to confirm the identity match of a given user.
- For live authentication, please use the widget's secure authenticate() method, which includes built-in liveness and anti-spoofing detection, as detailed on our security best practices page.
Thank you.