Neuronix
Composable identity verification flows

Orchestrator

Combines liveness and face matching into a single weighted verification call. Publishes results to Kafka for async consumption. Configurable timeouts, retries, and gating rules.

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