VerifEye Session API Release Notes
Version History
Version 1.4
Release Date: 2026-09-03
Features
- Configurable face match threshold: the face recognition verifier config now accepts an optional
faceMatchThreshold(integer,0-100, default80) onverification/create,verification/create-or-update,verification/updateandverification/create-session, and returns it fromverification/get. Raise it to reject borderline face matches in higher-assurance flows, or keep the default for the balanced operating point. See Verification configurations and the Threshold Reference.
Version 1.3
Release Date: 2026-09-02
Features
-
Emotion and attention: two new optional verifiers reporting nine yes/no signals about the person's expression and gaze at the moment of capture, for your own analytics. They never change a pass or fail. Both carry a surcharge on top of the face check — enabling either applies it, and enabling both does not apply it twice. See Verifier configurations and the Session API reference.
-
A result value can now be empty: where a verifier did not run, or ran and had no answer, its field is
nulland its redirect parameter arrives empty (reHappy=) rather thanfalse. Worth checking if your integration treats a missing value as a negative one. See Parameters. -
reMatchingUserIdandreMatchingVerificationSessionIdare reserved. They have been our own result parameters since they were introduced, and are now registered as such — so a custom input parameter of yours using either name is no longer returned incustomInputParameters. If you send one, rename it to your own prefix. Full list in Parameters.
Version 1.2
Release Date: 2026-07-08
Features
MatchOnlyVerificationface recognition mode: the face recognition verifier config now acceptsMatchOnlyVerificationas averificationConfig.verifierConfigs.faceRecognition.type. LikeMatchVerification, it performs a 1:1 match against the face registered under the providedreExternalId(required), but it never enrolls: if no face is registered under that identifier the verification fails (reFaceRecognitionResult=failed) and stores nothing. Use it for the verify-only side of an enroll-then-verify flow, where reference faces are pre-registered through the Face Recognition API rather than auto-enrolled on first sight.
Version 1.1
Release Date: 2026-06-08
Features
- Configurable face collection: the face recognition verifier config now accepts a
collectionId(verificationConfig.verifierConfigs.faceRecognition.collectionId) onverification/create,verification/create-or-updateandverification/update. It is required when face recognition is enabled and must be omitted when itstypeisDisabled. May only contain letters, numbers, dashes (-), underscores (_) and dots (.), max length 512, and the collection is created automatically if it does not already exist. The value is also returned byverification/get.
Version 1.0
Release Date: 2025-10-01
Features
- Initial Release: First public release of the VerifEye Session API
For the latest updates, visit the VerifEye Developer Console