Hey @Madis I’m curious what’s the reason you want to send base64 encoded image? It’s a bit uncommon, but possible to do with BentoML: you need to change the API handler from ImageHandler to JsonHandler, and write code in the python ‘predict’ function to do base64 decoding from the input json