download_image_bytes
method of the API Client. The method requires the Image object you selected during the recent steps.download_image_bytes
returns the image as bytes in Pythondownload_image
method which requires the Image object you want to download and the destination on your machine.delete_image
method of the Client class. The method only requires an Image Object.delete_image
returns True
if the image was successfully deleted