For the complete documentation index, see llms.txt. This page is also available as Markdown.

Users Management

The Users Management API allows managing users registered within the customer's own Facial Recognition collection.

Available operations

  • Enroll User: Registers the face of a new user in the collection. The userId must be unique.

  • Search User: Performs a 1:N Facial Recognition search within the collection, returning the users that meet the configured similarity threshold.

  • Unenroll User: Deletes a user's record from the collection.

Last updated