verdict pode ser real ou spoof.curl --location '/v1/anti-face-spoof' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"image": "<base64>",
"threshold": 0.5
}'{
"data": {
"ok": true,
"face_found": true,
"live_prob": 0.92,
"spoof_prob": 0.08,
"label": 1,
"winning_score": 0.92,
"models_used": 3,
"threshold": 0.5,
"verdict": "real",
"bbox": {
"x": 100,
"y": 80,
"w": 200,
"h": 250
}
},
"codigo_retorno": 200,
"mensagem": "Anti-spoof executado com sucesso"
}