API Reference

The recognition methods are used to perform face recognition operations on the input data

Recognition endpoint is comprised of two methods:

  1. POST recognition
  2. POST recognition/stateless

Both methods are used to recognize the user in some capacity. For POST recognition to work, the user must be added first as a guest with the PUT /guest method. For POST recognition/stateless to work, two images must be supplied where the faces on those images will be compared for similarity. Stateless method is used if you do not want to register users into the face recognition database.