Cutting-edge Facial Biometrics technology to take your product to the next level
With Unissey, craft your own identity verification process, both intuitive and secure. With our API and SDK, it's never been easier to take the most out of facial biometrics.
White label ready
100% passive liveness
SDKs & API
French technology
Streamline and secure
Build fantastic and secure identity verification experiences right into your products.
Your users will only need one thing: their face.
Our passive liveness and face comparison algorithms will take care of the rest.
Explore our technology
Cutting-edge Facial Biometrics technology to take your product to the next level
With Unissey, craft your own identity verification process, both intuitive and secure. With our API and SDK, it's never been easier to take the most out of facial biometrics.
White label ready
100% passive liveness
SDKs & API
French technology
Streamline and secure
Build fantastic and secure identity verification experiences right into your products.
Your users will only need one thing: their face.
Our passive liveness and face comparison algorithms will take care of the rest.
Explore our technology
Implement facial biometrics that work your way, depending on your business needs.
Implement facial biometrics that work your way, depending on your business needs.
Authentication
Unlock facial biometrics power for primary, multi-factor or step-up authentication.
Simply authenticate users with an effortless video selfie while guaranteeing a high level of security.
Create a 100% user-friendly online experience.
New account onboarding
Keep regulators happy and reduce the cost of your customer acquisition.
Onboard more users successfully through a fast and reliable identity verification process.
New account onboarding
Keep regulators happy and reduce the cost of your customer acquisition.
Onboard more users successfully through a fast and reliable identity verification process.
Everything you can expect from cutting-edge technology.
Universal
Unissey runs on all possible operating systems and types of devices. It means none of your users will be left aside, ensuring a high completion rate.
Optimized
We invest a lot of time and efforts to make our algorithms works smoothly in any environment (even low lighting). We also make sure they run well on low-res cameras.
100% passive
Our top-evaluated passive liveness technology does not require any specific movement from your users when taking a video selfie. It means less drop-rate in your process.
Instant capture
Acquisition time for a video selfie is lightning fast, usually in less than a second. That means no more spinners or waiting for your users.
Secure
Our algorithms detect and block most attacks (printed photos, videos, 2D/3D masks, etc.). We contribute to make our field more secure, read our latest publication on attack mitigation.
Admin & logs
Access a dedicated platform to monitor and analyze the use of Unissey's technologies. You can easily run manual checks from the admin panel. Keep track!
Universal
Unissey runs on all possible operating systems and types of devices. It means none of your users will be left aside, ensuring a high completion rate.
Optimized
We invest a lot of time and efforts to make our algorithms works smoothly in any environment (even low lighting). We also make sure they run well on low-res cameras.
100% passive
Our top-evaluated passive liveness technology does not require any specific movement from your users when taking a video selfie. It means less drop-rate in your process.
Instant capture
Acquisition time for a video selfie is lightning fast, usually in less than a second. That means no more spinners or waiting for your users.
Secure
Our algorithms detect and block most attacks (printed photos, videos, 2D/3D masks, etc.). We contribute to make our field more secure, read our latest publication on attack mitigation.
Admin & logs
Access a dedicated platform to monitor and analyze the use of Unissey's technologies. You can easily run manual checks from the admin panel. Keep track!
Designed to be integrated by your product teams lightning fast.
We provide everything your developers need to get Unissey up and running in a few hours.
{Rest:API}
curl -X 'POST' \
'https://api-analyze.unissey.com/api/v3/analyze' \
-H 'accept: application/json' \
-H 'Authorization: <your-api-key>' \
-H 'Content-Type: multipart/form-data' \
-F 'processings=liveness,face-comparison' \
-F 'selfie=@video.mp4;type=video/mp4' \
-F 'reference=@image.jpg;type=image/jpeg' \
-F 'gdpr-consent=true' \
-F 'selfie-detection-criteria=centered' \
-F 'reference-detection-criteria=free' \
-F 'metadata={}'
{
"message": "ok",
"status": 200,
- "data": {
"session_id": "deadcafe-69c5-49b0-b8c5-6c77eff44ea2",
"session_group_id": "facecode-a4ad-4ba6-895e-fb1d21947d69",
"retries_remaining": 0,
"is_genuine": true,
"is_match": false,
+ "details": {...},
+ "logs": [...]
}
}