For many API applications, there comes a time when the application needs to save images uploaded to the server either locally or on a CDN. Luckily for us, Elixir and Phoenix provide the tools we need to build a simple image upload API. The Simple API Let’s define exactly how this API is supposed to work: accept a request containing a base64 encoded image as a field preserve the image extension by