Verify face photo
POST /api/onboarding/verify-face
POST
/api/onboarding/verify-face
Validates the user’s face photo actively performing the requested gesture.
This utilizes OpenRouter Vision Models to ensure the image satisfies the liveness check criteria before proceeding.
Request Body
Section titled “Request Body ”object
face_photo
required
string format: binary
expected_gesture
required
string
Example
smileResponses
Section titled “ Responses ”Verification result
object
ok
boolean
Example
true verified
boolean
Example
true face_photo_url
string
Example
https://bucket... reason
string
Example
Gesture matched successfully.