A single API for liveness detection, face verification, identification, and analysis. Half the price of AWS Rekognition. Four models. One key.
99.7%
Accuracy
< 1s
Response time
4
Models fused
99.9%
Uptime SLA
Trusted by developers at
Features
One API key unlocks all features — no separate pricing tiers for individual endpoints.
Real-time anti-spoofing using ONNX MiniFASNet and DeepFace. Detect paper photos, screen replays, and masks instantly.
Compare two faces across four models — ArcFace, Facenet512, buffalo_l, and buffalo_sc — with majority-vote accuracy.
Enroll users once, identify them at scale. Base64-encoded embeddings keep payloads small even with thousands of users.
Estimate age, detect gender, recognize emotion, and predict ethnicity — all from a single API call.
Upload a probe image and a gallery. Get ranked matches with filenames, distances, and per-model breakdown.
API key management, plan enforcement, usage tracking, and automatic test-key flagging — all built in.
How it works
From zero to production face recognition in three simple steps.
Contact us to create your account. Receive a live API key instantly — no credit card required to start.
POST a face image to /face/enroll. Store the compact base64 embeddings in your own database.
POST a probe image + your stored embeddings to /face/identify. Get a match in under a second.
Example — Identify a face
curl -X POST https://api.faceguard.io/api/v1/face/identify \
-H "X-API-Key: fg_live_your_key_here" \
-F "file=@probe_face.jpg" \
-F 'candidates=[{"user_id":"emp_001","embeddings":{...}}]'
# Response
{
"matched": true,
"best_match": { "user_id": "emp_001", "distance": 0.31 }
}Pricing
Half the price of AWS Rekognition with more features. No hidden fees.
Starter
10,000 calls · $0.50 per 1,000
Growth
50,000 calls · $0.38 per 1,000
Business
250,000 calls · $0.24 per 1,000
Enterprise
Unlimited calls · Volume pricing
All plans include a $0.50 per 1,000 overage rate. Questions?
Start with Starter at $5/month. Upgrade as you grow. No lock-in.