Our guest API can be used to manage users that would be used in facial recognition
Our guest endpoint comprises of three methods:
- PUT guest
- GET guest/{guest_id}
- DELETE guest/{guest_id}
PUT guest can be used when a guest would register, it requires for the guest to take a snapshot of their face, or for the service to receive a face image extracted from the document.
GET guest can fetch data from a specific guest using its id.
DELETE guest can be used to delete a guest with that specific id. The guest isn't removed instantly, but is instead, removed at a downtime period (at 2 am) so that the registered guest can use your services for a certain period after de-registering (or checking out).