Real-time Biometric Matching API

Verify User Identity Instantly in Real-Time.

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.

End-to-end encrypted
GDPR compliant
99.9% uptime
99.8%Accuracy
<200msLatency
50M+Checks / mo

Integration

Verify in three API calls

No ML expertise needed. Plug in our SDK and ship identity verification this sprint.

01

Step 01

Register User Profile

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.

02

Step 02

Trigger Selfie Check

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.

03

Step 03

Receive Instant Verdict

AWS Rekognition runs the comparison on S3. We return a verified status and similarity score in under 200ms — zero extra infrastructure required.

verify.js
const result = await faceverify.verify({
  userId: "user_8f2k9x",
  selfie: imageBase64,          // live selfie from app
});

// { verified: true, similarity: 98.4, latency: 142 }

Live Demo

Interactive Developer Sandbox

Upload or capture two face images to test the comparison API live. See request and response payloads update in real time.

1

Reference Photo

KYC / document photo on file

No image selected

2

Verification Selfie

Live capture at verification check

No image selected

Request Payload
POST
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]
Response PayloadJSON
Run the comparison above to see the live API response JSON.

Pricing

Start free, scale with confidence

No contracts, no hidden fees. Upgrade or downgrade any time.

Free Tier

For testing and personal integration

Free
  • 1,000 verifications / month
  • Developer sandbox playground
  • Core API integration guides
  • Community support channel
Get Started Free
Most Popular

6-Months Plan

Testing price - unlimited verifications

₹1/6mo
  • Unlimited verifications / month
  • Production secure API endpoints
  • Biometric data auto-conversion
  • Standard developer support
  • 99.9% API uptime SLA
Activate 6-Months

1-Year Plan

Testing price - unlimited verifications

₹1/yr
  • Unlimited verifications / month
  • Priority API throughput limits
  • Dedicated email & Slack support
  • SLA response guarantees
  • Biometric matching audits log access
Save with Annual Plan

Get started today

Your first 1,000 verifications are on us.

Create your free account, grab an API key, and have verification running in your app in under 30 minutes.

Create Free Account