Neuronix
1:N biometric enrollment and identity search

Fingerprint

Enroll fingerprint embeddings indexed by mobile number, then perform 1:N identity searches against the database. Backed by a vector store for sub-second search across large enrollment sets.

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/fingerprint/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/fingerprint/openapi.json: fetch failed