Skip to main content

IsHuman

isHuman

Perform a Humanity check. It allows developers to verify whether a person is real or not. It's important to note thatisHuman focuses on confirming the existence of a real person and does not perform a full liveness verification based on identity.

Functionality:

  • Humanity Check: The primary purpose of the isHuman function is to confirm the existence of a real person.

Use Cases:

  1. Basic Identity Verification:

    • Incorporate the isHuman function in your identity verification process to quickly check the existance of an user.
  2. Fraud Prevention:

    • Use isHuman as an additional layer in fraud prevention mechanisms to ensure that interactions involve real individuals rather than automated bots.
  3. Initial Authentication:

    • Employ the isHuman function during the initial stages of user authentication to filter out potential fraudulent activities.