Compare two images. Return match or no-match. No face database required.
What we do
Face verification answers a simple question: Are these two images of the same person?
What we do not do
Face identification answers a different question: Who is this person? — which requires a database.
Upload two images. Detect one face in each. Return a match decision. Charge one credit only when a valid decision is produced.
Send two face images via our API. Accepts JPEG, PNG, and WebP up to 10 MB each.
Each image is checked for format, size, and quality before processing begins.
Each image is checked for a single face. Landmarks are used to align and normalize.
Faces are converted into deep embedding vectors using a trained neural network.
Embeddings are compared using cosine similarity to produce a score from 0 to 1.
Returns match or no-match with a similarity score and confidence band.
A credit is charged only when a valid match or no-match decision is produced.
Every request is logged with request ID and processing time. View history in your dashboard.
Face verification is used across industries for security, compliance, and user experience.
Compare a user's selfie with their ID document photo during onboarding for regulated industries.
Prevent duplicate accounts by checking new profile photos against existing ones.
Verify the test-taker's identity matches their registered photo at exam checkpoints.
Confirm employee identity at badge-free access points or remote check-ins.
Detect and prevent duplicate accounts across your platform by comparing profile images.
Add identity verification for sensitive actions like password resets or high-value transactions.
Confirm a user's identity matches a previously verified photo for age-restricted services.
Verify identity during account recovery by comparing a live selfie with a stored trusted photo.
No subscriptions, no tiers. Buy credits and use them when you need to.