Face Liveliness Check
Face authentication with liveliness check Liveliness check ensures the person being authenticated is physically present and not just a photograph or pre-recorded video. Send a live selfie video for true liveness detection. The endpoint will run blink and motion analysis on the video to confirm the user is real. If you send a static image, the endpoint will fall back to comparison mode and compare the image to itself, which will always appear to pass but does not prove liveness.Request Endpoint
POST {{BASE_URL}}/api/onboarding/biometrics/face/liveliness_check/

