-
Notifications
You must be signed in to change notification settings - Fork 2
Announcements
PixLab | Symisc Systems edited this page Jun 21, 2025
·
2 revisions
Hey everyone
We’ve just released two major REST API endpoints for those who want to use FACEIO without relying on browser-side widget instantiation:
Programmatically compare two face images to see if they belong to the same person. Great for backend matching, ID validation, or duplicate detection.
Estimate the age and gender from a single face image. Ideal for access gating, age-restricted flows, and demographic insights.
➡️ Both endpoints:
- Work with simple base64-encoded images
- Require no prior enrollment
- Are RAM-based only (nothing stored or logged)
Try them out and let us know what you’re building with them. We’re here for feedback, bugs, or suggestions.
Cheers, – FACEIO Dev Team