Skip to main content
POST
/
api
/
classification
/
{hash}
/
override
Override image classification
curl --request POST \
  --url https://backend.identifai.net/api/classification/{hash}/override \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "classification": "human"
}
'
{
"classification": "human",
"type": "image",
"hash": "862bb7de43b131a38b64753269d643443a21069a04ab66a56c9818956f590cb9"
}

Authorizations

X-Api-Key
string
header
required

Your API key.

Path Parameters

hash
string
required

The hash of the image.

Body

application/json
classification
enum<string>
required

The correct classification.

Available options:
human,
artificial

Response

Report created successfully.

classification
enum<string>
required

The reported classification.

Available options:
human,
artificial
type
enum<string>
required

The type of content.

Available options:
image
hash
string
required

The hash of the image.