cURL
curl --request POST \ --url https://api.kiriku.app/v1/liveness/check \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "isLive": true, "confidence": 123, "attackType": "<string>", "processingMs": 123, "scoreSmall": 123, "scoreLarge": 123 }
Check if an image contains a live person.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The selfie image file. Max 10MB.
Liveness check completed