Documentation
Get started with the Bifense API.
Bifense provides biometric verification, identification, and enrollment APIs for fraud prevention and identity assurance. Choose a guide below to start integrating.
Choose your starting point
Find the guide that matches your integration needs.
API reference
Explore the API for face comparison, verification, identification, enrollment, and video analysis.
View API referenceAuthentication
Learn how API keys and scopes work, and start making authenticated requests in minutes.
Authentication guideDeveloper console
Manage API keys, test endpoints, configure webhooks, and monitor usage from your dashboard.
Developer consoleEnterprise
Dedicated deployment, compliance workflows, and operational capabilities for large organisations.
Learn moreAPI families
The Bifense API is organized around five core endpoint families.
/api/v1/compareCompare
Sample-to-sample face comparison.
/api/v1/verifyVerify
Probe-to-claimed-subject verification.
/api/v1/identifyIdentify
Async-first 1:N identification against enrolled references.
/api/v1/enrollEnroll
Subject-centered biometric enrollment.
/api/v1/video/analyze/asyncVideo Analyze
Bounded frame or short video-burst analysis.
Quick-start example
Make your first authenticated API call with a single cURL command.
curl -X POST https://api.bifense.ai/api/v1/verify \
-H "Content-Type: application/json" \
-H "X-API-Key: bfps_live_xxx" \
-d '{
"modality": "face",
"probe": { "imageBase64": "<base64-image>" },
"identifier": { "type": "customer_id", "value": "cust_778" }
}'Product and pricing
Explore capabilities and pricing before you start building.
Capabilities overview
Review the fraud prevention, identity assurance, and operational capabilities Bifense provides.
View capabilitiesPlans and pricing
Compare trial, pay-as-you-go, and enterprise plans to find the right fit.
View pricing