99ms
Global P99 Latency
10M+
Faces Indexed
275+
Edge Locations
100%
Serverless Ready
Stop managing complex GPU clusters. Kogface abstracts the MLOps so you can focus on building.
Trigger face recognition from any web browser or device without a backend server.
Your face vectors are distributed globally, ensuring lightning fast match times everywhere.
Fine-grained permissions, multi-tenancy support, and full audit logging for compliance.
Fully compatible with AWS Rekognition. Migration takes less than 5 minutes.
Create millions of isolated collections. No limits on scale or vector dimensions.
Real-time metrics, billing ledger, and system health monitoring built-in.
No hidden fees. Pay only for the faces you index and the requests you make.
// Initialize the Kogface Client
const kog = new KogfaceClient({
accessKey: 'kf_live_...'
});
// Search for a person in a collection
const results = await kog.searchFaces({
collectionId: 'employees-hq',
image: fileInput.files[0],
maxFaces: 1,
threshold: 85
});
console.log(`Match found: ${results.Faces[0].ExternalImageId}`);Join hundreds of developers building the next generation of biometric applications on our edge platform.