Face Recognition API Release Notes
Version History
Version 1.2
Release Date: 2026-06-08
Features
- Reset collection: new
DELETE /v1/collection/resetendpoint removes all indexed faces (and their external key associations) from a collection while preserving the collection itself.
Changes
- Collection id validation:
collection/createnow restrictscollectionIdto letters, numbers, dashes (-), underscores (_) and dots (.). Other characters are rejected with400.
Version 1.1
Release Date: 2026-06-01
Features
- External keys: associate your own identifier with a face and look faces up by it via the new
external-keyendpoints (set,get-face-ids,delete). - Search responses include the external key:
searchandsearch-or-indexnow return the matched face'sexternalKey. - Delete by external key: the
face/deleteendpoint now accepts anexternalKeyin addition tofaceId(one of the two is required).
Version 1.0
Release Date: 2025-10-01
Features
- Initial Release: First public release of the Face Recognition API
For the latest updates, visit the VerifEye Developer Console