---
icon: tag
label: Release Notes
order: 100
---

# VerifEye Face API Release Notes

## Version History

### Version 1.0

**Release Date:** 2026-08-04

#### Features

- **Initial Release**: First public release of the VerifEye Face API — the single entry point for face onboarding, identification and analysis.
- **Onboard** (`POST /v1/face/onboard`): looks every face on the image up in the collection and adds the ones that are not already there.
- **Identify** (`POST /v1/face/identify`): looks every face on the image up in the collection and never adds anything.
- **Optional attributes**: request the embedding, age, gender, emotions and attention of every face alongside its face id through the `include` object, in the same call.
- **Multiple faces per call**: `maxFaces` answers about up to 4 faces on one image; every face left out is counted in `unprocessedFaceCount`.
- **Compare embeddings** (`POST /v1/face/compare-embeddings`): compares two embeddings directly, with no collection involved and nothing stored.
- **Collection management**: create, retrieve, update, reset and delete collections.
- **External keys**: associate your own identifier with a face and look faces up by it (`set`, `get-face-ids`, `delete`).

#### Notes

- The VerifEye Face API supersedes the Face Recognition, Face Verification, Demographic Estimation and Emotion & Attention APIs for new integrations. Those APIs continue to work unchanged until September 30, 2026, after which they will be retired.

---

*For the latest updates, visit the [VerifEye Developer Console](https://verifeye-console.realeyes.ai/)*
