Common pattern

  1. Create a collection once (per tenant or app).
  2. On user signup: POST /api/v1/collections/{id}/persons/ with external_id = your user ID.
  3. On login/check-in: POST /api/v1/verify/ with the live photo.
  4. Branch on data.matched and log data.similarity.

New to Verifai? Start with the API quickstart or use AI-assisted setup with Cursor or Claude.