cURL
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" } '
201
Example
{ "classification": "human", "type": "audio", "hash": "89ff6bc9ec8ed4b9fe5489353432b1553ac8efe5e26f247f71d75e0da181870f"}
Submit an override for an audio classification.
Your API key.
The hash of the audio.
The correct classification.
human
artificial
Override created successfully.
The override classification.
The type of content.
audio