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