Yes!
Our Image Moderation models have been trained to achieve best-in-class accuracy, yet you might want to report images you believe were misclassified. To do that, you can submit the image to the Feedback API.
Submitted images are used to improve the models on a continuous basis so your feedback is precious! This can also be used to progressively train custom models adapted to your specific needs if you so wish.
To send an image to the Feedback API, you will need the image itself, the name of the model and the expected class (or the unknown label if the expected class is not available). Here are the available class:
Model | Possible classes |
nudity | safe partial raw bikini chest cleavage lingerie unknown |
nudity-2.0 | safe sexual_activity sexual_display erotica bikini male_chest cleavage lingerie miniskirt male_underwear miniskirt unknown |
nudity-2.1 | safe sexual_activity sexual_display erotica bikini male_chest cleavage lingerie miniskirt male_underwear miniskirt unknown |
gore | safe gore unknown |
gore-2.0 | safe gore unknown |
type | photo illustration unknown |
face | none single multiple unknown |
wad | no-weapons weapons no-alcohol alcohol no-drugs drugs unknown |
weapon | no-weapons weapons unknown |
recreational_drug | no-drugs drugs unknown |
alcohol | no-alcohol alcohol unknown |
celebrities | no-celebrity celebrity unknown |
text | no-text text-artificial text-natural unknown |
offensive | not-offensive offensive unknown |
scam | not-scam scam unknown |
minor | no-minor minor unknown |
gender | male female unknown |
tobacco | no-tobacco tobacco unknown |
gambling | no-gambling gambling unknown |
money | no-money money unknown |
text-content | safe unsafe unknown |
qr-content | safe unsafe unknown |
genai | ai not-ai |
unknown | unknown miss safe |
Sending a request to the Feedback API is very similar to requests sent to the Image Moderation API, see our documentation to get some code examples.
Please note that submitting an image to the Feedback API does not count as an operation and will not impact your billing.
Was this page helpful?