POST /v3/initialize, from your server, with a secret key.
Link your own user with external_id
Pass external_id to associate the session with a record on your side. It comes straight back when you confirm, so you can match the verified human to your user without a lookup table.
Bind an identity with phone / email
Pass a phone or email to bind the person to a verified identifier. This is what makes them a member: the identity becomes their claim to their face record, so their verified uniqueness travels across devices, browsers, and every product you run on VerifyYou. The flow challenges the identifier you supply with a one-time code, and the person can’t swap it for a different one.
Reading it back
The linkedexternal_id is returned on the confirmation, so the result is self-describing:
All of these parameters are secret key only: send them from your server.
See the full list on
POST /v3/initialize.