How It Works
- Upload an ID document (passport, driver license, etc.)
- Upload a selfie image or video of the person
- The API compares the faces and runs anti-spoofing checks
- You receive a
verifiedboolean and detailed technical checks
Verifying Identity
Submit both files viaPOST /v1/verification:
Parameters
Supported File Types
ID document: jpg, jpeg, png, webp Selfie: jpg, jpeg, png, webp, mp4 (video)Response Structure
Field Reference
Verified
Theverified field is a boolean indicating whether the identity was confirmed — the face in the selfie matches the face in the ID document and anti-spoofing checks passed.
Technical Checks
ThemodelResults.technicalChecks array contains face detection results for both the ID document and the selfie.
Face Detection (checkType: "face_detection"):
Each face object includes:
File Categories
Tags and Filtering
Browsing History
Sort Options
verificationId, idFileName, idFileSize, idFileType, selfieFileName, selfieFileSize, selfieFileType, verified, timestamp