Stop identity fraud before it starts. Register a user's face at onboarding then verify any live selfie in under 200ms, straight from your mobile or web app.
Integration
No ML expertise needed. Plug in our SDK and ship identity verification this sprint.
Step 01
At user signup or onboarding, call /register with the user's unique ID and photo to establish their cryptographic face reference in our secure vault.
Step 02
When performing an action or logging in, prompt a live selfie inside your app or website. Send it to our /verify endpoint in real time.
Step 03
AWS Rekognition runs the comparison on S3. We return a verified status and similarity score in under 200ms — zero extra infrastructure required.
const result = await faceverify.verify({
userId: "user_8f2k9x",
selfie: imageBase64, // live selfie from app
});
// { verified: true, similarity: 98.4, latency: 142 }Live Demo
Upload or capture two face images to test the comparison API live. See request and response payloads update in real time.
KYC / document photo on file
No image selected
Live capture at verification check
No image selected
POST /api/v1/verify HTTP/1.1
Host: facelify.online
x-api-key: fv_key_sandbox_xxxxxxxx
Content-Type: multipart/form-data
------WebKitFormBoundary
Content-Disposition: form-data; name="userId"
user_sandbox_101
------WebKitFormBoundary
Content-Disposition: form-data; name="image"; filename="selfie.jpg"
Content-Type: image/jpeg
[Binary Image Stream]Pricing
No contracts, no hidden fees. Upgrade or downgrade any time.
For testing and personal integration
Testing price - unlimited verifications
Testing price - unlimited verifications
Get started today
Create your free account, grab an API key, and have verification running in your app in under 30 minutes.
Create Free Account