Developer docs
Framework integration guides
Copy-paste patterns for calling Verifai from your backend. All examples use server-side HTTP — never expose API keys in the browser.
Common pattern
- Create a collection once (per tenant or app).
- On user signup:
POST /api/v1/collections/{id}/persons/withexternal_id= your user ID. - On login/check-in:
POST /api/v1/verify/with the live photo. - Branch on
data.matchedand logdata.similarity.
New to Verifai? Start with the API quickstart or use AI-assisted setup with Cursor or Claude.