BioAPI

Built to be built on.  Planned

Identity verification as infrastructure: clean APIs, webhooks and SDKs so your platform can ask “is this the right person?” and get a dependable answer.

Designed API surface

The API below is the design target for BioAPI. The final specification will be published at developers.biochecktech.com before general availability.

  • Enrolment — register a person and capture protected templates
  • Verification — face or fingerprint match with liveness
  • Events & webhooks — verified / no-match / review pushed to your systems
  • Audit — query the full verification history
POST /v1/enrolments
{ "external_ref": "member-10382",
  "methods": ["face","fingerprint"] }

POST /v1/verifications
{ "person_id": "per_8f3k2",
  "method": "face",
  "liveness": "required" }

→ { "result": "verified",
    "confidence_band": "high",
    "event_id": "evt_71bq9" }

GET /v1/events?since=2026-07-01
Status. BioAPI is a planned product. No public API is live yet; this page documents design intent so integrators can plan ahead. Ask for early access via the demo form and we will keep you informed.

Planning an integration?

Tell us about your platform and we’ll involve you in the BioAPI early-access programme.

Request a Demo See BioVerify in Action