Neuronix
1:1 biometric comparison

Face Matching

Compare a selfie against an ID-card portrait. Returns a similarity score and binary match decision based on a configurable confidence threshold.

Authentication

All endpoints other than /api/health and the service root require an API key passed in the x-api-key header.

curl -X POST https://neuroid.neuronixtech.net/docs/face-matching/api/... \
  -H "x-api-key: nx_live_<your-key-here>" \
  -H "Content-Type: application/json" \
  -d @request.json

Need a key? Email sheraz.temp@wisewell.com with your use case and we'll provision one. Self-serve key management is on the roadmap.

Endpoints

Could not load live spec from https://neuroid.neuronixtech.net/docs/face-matching/openapi.json: fetch failed