Liveness Check v3 custom mode
Config skip liveness result
- The liveness result is skipped. The API only checks the quality of the video/image and performs face matching
 - This mode should be used for supervised conditions, such as in shops or at counters
 - Add param: skip_liveness=1
 
https://api.fpt.ai/dmp/liveness/v3?skip_liveness=1
Config the level of strict
- There are three levels of strictness: low, medium, and high. A higher level indicates better fraud recall, although it may result in a higher number of false positives.
 - Low and medium modes are recommended for semi-supervised conditions. In such scenarios, fraudsters are less likely to employ sophisticated cheating techniques to evade the system. On the other hand, high strict mode is suitable for freestyle conditions where fraudsters may have more time to cheat the system, such as on end-user devices like mobile phones and tablets
 - Add param: strict=low/medium/high
 
https://api.fpt.ai/dmp/liveness/v3?strict=low
https://api.fpt.ai/dmp/liveness/v3?strict=medium
https://api.fpt.ai/dmp/liveness/v3?strict=high