Skip to content
OptiExacta Labs

For developers

Drop recognition into your own application.

The OptiExacta SDK gives you face detection, recognition, liveness and 1:N matching behind a modular API — for mobile, web and enterprise software, with the configuration to fit your deployment.

Core capabilities

Face detection
Face recognition
Liveness detection
1:N matching

Runs on

Mobile appsWeb platformsEnterprise software
Request SDK access
access-control.ts
import { OptiExacta } from "@optiexacta/sdk";

const oe = new OptiExacta({ apiKey: process.env.OE_KEY });

// detect, verify liveness, match against a gallery
const r = await oe.recognize(frame, {
  liveness: true,
  match: { gallery: "staff", topK: 1 },
});

if (r.live && r.match.score > 0.9) {
  grantAccess(r.match.id);
}

What you get

Everything needed to ship.

Documentation & sample code

Everything needed to ship, with working examples.

Dedicated developer support

Talk to the people who built it.

Flexible configuration

Tune thresholds and modules per deployment.

Fast deployment

From key to first match in an afternoon.

Built for

Secure access controlCustomer verificationIdentity verification