Deepfake Detection
Attribute
Type
Description
{
"deepfakeDetection": {
"statusCode": "01",
"data": {
"message": "Consulta realizada com sucesso",
"isDeepfake": true
}
}
}Rule
Description
Last updated
Checks if the selfie sent is a deepfake.
Section: deepfakeDetection
Required files: selfie
data
Object
Return data
data.message
String
Query message
data.isDeepfake
Boolean
Deepfake response
{
"deepfakeDetection": {
"statusCode": "01",
"data": {
"message": "Consulta realizada com sucesso",
"isDeepfake": true
}
}
}is_not_deepfake
Check if the selfie you sent is not a deepfake.
Last updated

