POST
/
predict
curl --request POST \
  --url https://www.scam.ai/api/process/predict \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>'
{
  "fakeness_by_face": [
    0.5
  ],
  "face_coordinates": [
    {
      "x": 123,
      "y": 123,
      "width": 123,
      "height": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Body

multipart/form-data

Response

200
application/json

Successful analysis of the image

The response is of type object.