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