post
https://{region}-api.dotdigital.com/v2/image-folders//images
Uploads a new image to the specified image folder.
The permitted file types are as follows:
| File extension | MIME type | File type |
|---|---|---|
| .gif | image/gif | GIF Image |
| .jpeg | image/jpeg | JPEG Image |
| .jpg | image/jpeg | JPEG Image |
| .png | image/png | PNG image |
It can accept either a file uploaded using form data or a JSON body with the filename and file data in Base64. You can choose which method works best for you.
