Skip to content

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:

/faceverify

Programmatically compare two face images to see if they belong to the same person. Great for backend matching, ID validation, or duplicate detection.

/agecheck

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)

📚 Docs:

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

Clone this wiki locally