I'd like to be able to eliminate duplicates of images in Box. For example, if I want to upload a logo and I know that image is already in Box somewhere, I'd like to have some way to search for that image across the entire account. In my own use case, I would like to be able to do it through the API.
I might have multiple files named logo.png that are of different logos, so I can't rely on the file name. If metadata hasn't been used sufficiently, I can't use that. I'd like to be able to find the EXACT image that exists in the cloud without having to rely on humans doing their job correctly.
I can imagine providing the image and Box searching based on a hash of the image bytes or something. Perhaps providing the hash to the API? Other ideas? The quicker the search response, the better.
I saw an announcement about integration with Amazon Rekognition, but that seems aimed at recognizing what the picture is of. Perhaps it also has a function for recognizing an image match?
Is there a way to accomplish this currently?