For the complete documentation index, see llms.txt. This page is also available as Markdown.

All ID Documentation

All ID is a self-hosted facial recognition platform designed for high-security biometric validation and profile management.

How it works

All ID processes biometric validation requests through a simple workflow:

  1. Profile Creation: Register a user's facial biometrics along with identifiers

  2. Validation Request: Submit a new facial image for validation against registered profiles

  3. Matching: The platform compares facial features and returns a match result with confidence score

  4. Decision: Your application receives the validation result (MATCH, NO_MATCH, INCONCLUSIVE)

The platform stores only mathematical representations of facial features (feature vectors), not the original images, ensuring privacy and reducing storage requirements.

Documentation sections

What's next?

Start with Technical Requirements to understand what you need to deploy All ID.

Last updated