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

Authorizations

X-Api-Key
string
header
required

Your API key.

Path Parameters

hash
string
required

The hash of the audio.

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:
audio
hash
string
required

The hash of the audio.