Skip to content

Verify face photo

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.

object
face_photo
required
string format: binary
expected_gesture
required
string
Example
smile

Verification result

object
ok
boolean
Example
true
verified
boolean
Example
true
face_photo_url
string
Example
https://bucket...
reason
string
Example
Gesture matched successfully.