Identities API Introduction
What This API Doesβ
The Identities REST API is the programmatic entry point to an eConnect Identities server. Edge face detectors and partner systems use it to push detected faces into the facial-recognition engine and to resolve those faces back to enrolled people.
This is the developer / API guide. For the Identities web application β searching, the Live Monitor, collections, and publish/subscribe β see the Identities User Guide.
Documentationβ
Request access, find your base URL, install the .NET SDK, and locate the OpenAPI schema.
Log in with a username and password to obtain a JWT, and renew it before it expires.
The key endpoint β publish a detected face and synchronously receive the detection results.
Swagger links plus a reference table of every public REST endpoint, grouped by controller.
Sequence diagrams for the authentication flow and the publishWithResponse request lifecycle.