Face Recognition Built for Real-World Deployment
Deploy face verification and identification with active liveness detection built in. Reduce spoofing risk, keep implementation time short, and move from pilot to production with clearer operational controls.
curl -X POST https://api.fr-apiaas.io/api/v1 \
/collections/{collection_id}/identify \
-H "X-API-Key: fr_live_xxxxxxxxxxxx" \
-F "image=@face.jpg" \
-F "top_k=3" \
-F "threshold=0.55"
# Response
{
"success": true,
"data": {
"matches": [
{
"face_id": "550e8400-e29b-41d4",
"external_id": "user_123",
"similarity": 0.97,
"metadata": { "name": "John Doe" }
}
],
"query_time_ms": 42
}
}Core capabilities for production face recognition
A platform designed for secure integrations, multi-tenant operations, and predictable production workflows.
1:1 & 1:N Recognition
High-speed verification and large-scale identification with vector indexing designed for production search workloads.
Active Liveness Detection
Combine active challenge-response liveness with passive anti-spoofing to reduce risk from printed photos, screen replays, and similar presentation attacks.
Scoped API Keys
Per-collection keys with custom rate limits and IP allowlisting. Keys are hashed and never retained in recoverable plaintext.
Face Collections
Isolated collections per tenant with independent embedding indexes and access control.
GPU-Accelerated
High-dimensional face embeddings built for speed. Optional GPU deployment for high-throughput workloads.
Webhooks & Audit
Real-time event webhooks and full audit logging for every API action in your organization.
Move from setup to production in 3 steps
A practical path from first API call to a production-ready integration.
Create a Collection
Create a collection for each application, tenant, or workflow, then define its access scope and limits.
Enroll Faces
Submit an image with an external identifier. The API handles detection, quality checks, and embedding storage automatically.
Verify & Identify
Use /verify for 1:1 matching or /identify for 1:N search, with confidence scores and match metadata returned in real time.
Designed for multiple operating environments
One API surface that adapts to onboarding, workforce, access control, and healthcare workflows.
Fintech & KYC
Remote Identity Verification
Onboard customers digitally with liveness + face-match against ID documents. Meets eKYC requirements without manual review queues.
HR & Workforce
Attendance & Time Tracking
Replace punch cards with face-based check-in. Works across unlimited locations with a single API key. Spoof-proof with liveness.
Access Control
Physical & Logical Access
Gate office entry, data rooms, or admin dashboards with face verification. Sub-100ms latency, fast enough for turnstile deployments.
Healthcare
Patient Identity Matching
Reduce misidentification risk at intake and dispensing. GDPR-compliant data retention policies ensure biometric data is purged on schedule.
Simple, transparent pricing
Flat monthly pricing, not per-verification billing. Know your costs upfront, scale without surprises.
How we compare
FR-APIaaS vs AWS Rekognition vs Azure Face: built for developers, not enterprises.
| Feature | FR-APIaaSfrom $0/mo | AWS Rekognitionpay-per-use | Azure Facepay-per-use |
|---|---|---|---|
| Free tier (no credit card) | |||
| Predictable flat pricing | |||
| Self-hostable / on-premise | |||
| Webhook events | |||
| Scoped API keys per member | |||
| Multi-tenant collections | |||
| Progressive enrollment | |||
| Active liveness detection | |||
| Batch async enrollment | |||
| Transparent accuracy benchmarks |
Ready to Get Started?
Free tier includes 3 collections, 10K faces, and 100 RPM. No credit card required.