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

Simple pay-as-you-go pricing

No subscriptions, no contracts, no hidden fees. Recharge your wallet and pay only for what you use.

Most Popular

Pay-As-You-Go

Prepaid wallet — pay only for what you use

₹1.50/check
  • ₹1.50 per successful face comparison
  • Minimum wallet recharge: ₹4,500
  • Instant top-up via Razorpay
  • Production-grade secure API endpoints
  • 99.9% comparison latency SLA
Create Developer Account

No Subscriptions

Zero platform fee — pay only for usage

₹0/month
  • Zero monthly platform fees
  • Zero hidden charges
  • API auto-suspends when balance < ₹1.50
  • Instantly resumes upon recharge
  • Real-time audit logs & usage graphs
Get API Keys Now

Developer Support

Included with every account

Free
  • Dedicated onboarding docs
  • Interactive API sandbox
  • Email support included
  • Real-time usage dashboard
  • API key management console
View Docs

Get started today

Recharge. Integrate. Verify.

Create your developer account, recharge your wallet (min $30 / ₹2,500), grab your API key, and start verifying faces in under 30 minutes.

Create Developer Account