API Service

FaceCoreFacial Recognition API

Independent facial recognition service with liveness detection and anti-spoofing. Exposes REST APIs for integration with any external system — attendance control, access management, and more.

<100ms

Latency

99.2%

Accuracy

99.9%

Uptime SLA

Get API Access
Scanning...
Liveness Score
99%
Match Confidence
98%
Anti-Spoof Pass
100%
Capabilities

Liveness Detection

Real-time verification that the person is physically present

Anti-Spoofing

Blocks photo, video, and 3D mask presentation attacks

REST API

Simple HTTP endpoints with JSON responses and Bearer auth

Attendance Control

Automated clock-in/out with facial verification

Access Control

Secure door and system access with face authentication

Real-time Processing

Sub-100ms recognition latency for seamless UX

API Reference
facecore-api-example.json
v1.0
POST /api/v1/verifyAuthorization: Bearer <your_token>Content-Type: multipart/form-data{  "image": <base64_or_file>,  "subject_id": "user_12345",  "liveness_check": true,  "anti_spoofing": true}// Response{  "match": true,  "confidence": 0.9847,  "liveness_score": 0.99,  "spoof_detected": false,  "processing_ms": 87}
Python SDKNode.js SDKcURLPostman CollectionOpenAPI Spec