Legacy Restful API
1.0.0
1.0.0
  • Introduction
  • Biometric Engines
  • Getting Started
  • User
    • Create User
    • Delete User
  • Face Engine
    • Enroll Face
    • Verify Face
    • Adapt Face
    • Delete User Face Enroll
    • Find User Id by Face
    • Find Multiple Id by Face
    • Find Face Properties
  • Liveness
    • Biometrics Status
    • Biometrics Liveness
  • Voice Engine
    • Enroll Voice
    • Verify Voice
    • Adapt Voice
    • Delete User Voice Enroll
    • Get Available Languages
  • OCR Engine
    • Validate Document
    • Validate Document (base64)
    • Verify document photo
    • Verify document photo (base64)
  • Auxiliar Methods
    • Get enroll Status
    • Has Pending Dialogue
    • Restart User State
    • Find UserId by MacAddress
Powered by GitBook
On this page

Was this helpful?

  1. Liveness

Biometrics Status

Biometric Status

GET https://face.biometrid.com/biometrics/status

Before trying to use the liveness webservice, first test your connection.

{
    "data": {
        "message": "Server is running",
        "version": "6.9.9"
    },
    "meta": {
        "ok": true,
        "status": 200
    }
}

PreviousFind Face PropertiesNextBiometrics Liveness

Last updated 6 years ago

Was this helpful?