IlluminusLimited / PinsterApi

Pinster's public API
https://api-prod.pinster.io
GNU General Public License v3.0
2 stars 1 forks source link

Support for explicit removal of content #100

Open scytherswings opened 6 years ago

scytherswings commented 6 years ago

We need to provide a way for content creators to remove their content if they so choose. This would also need to prevent re-uploading of said content until otherwise indicated.

scytherswings commented 6 years ago

We should replace the image with an image that says "Removed by request of content-creator" or something like that.

jdbohrman commented 6 years ago

What about using Amazon Rekognition?

scytherswings commented 6 years ago

Hi @jdbohrman thanks for your input. We actually do use Amazon Rekognition in our ImageService here: https://github.com/PinsterTeam/ImageService/blob/develop/lambda/lib/moderator.js This feature would compliment our existing pre-filtering by allowing manual removal of content that made it through our system or content that a user wants to remove directly.