Problem: I’m starting to use Amazon Rekognition label detection, the problem is that I don’t know how to pass a url to the DetectLabelsRequest () object. That url contains an image which is the one I need to analyze. Code: URL of image to analyze: http://placehold.it/120×120&text=image1 Answer Here is your solution using the Amazon Rekognition Java V2 API. If you