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

Authorizations

X-Api-Key
string
header
required

Your API key.

Path Parameters

hash
string
required

The hash of the video.

Body

application/json
classification
enum<string>
required

The correct classification.

Available options:
human,
artificial

Response

Override created successfully.

classification
enum<string>
required

The override classification.

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

The type of content.

Available options:
video
hash
string
required

The hash of the video.