Hello developers,

The FACEIO development team has released two new, powerful REST API endpoints. These endpoints allow you to leverage FACEIO's state-of-the-art models for gender and age estimation on your private backend. You can use your preferred programming language without requiring widget instantiation.

πŸ”Ή /faceverify – Compare two face images and check if they belong to the same person.
πŸ”Ή /agecheck – Instantly estimate the age and gender from a single face image.

No prior enrollment or user session needed. Just send base64-encoded images, and get back accurate results – all processed in memory with no storage or logging.

Check out the docs here:
πŸ‘‰ faceverify: https://faceio.net/rest-api#faceverify
πŸ‘‰ agecheck: https://faceio.net/rest-api#age-check

Perfect for backend validations, access control, or age-restricted flows.

Give it a try and let us know what you’re building! πŸ”§

β€” The FACEIO Team