For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deepfake Detection

Checks if the selfie sent is a deepfake.

Section: deepfakeDetection

Required files: selfie

Attribute
Type
Description

statusCode

String

Query status (details)

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
    }
  }
}
Rule
Description

is_not_deepfake

Check if the selfie you sent is not a deepfake.

Last updated