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