Perform in memory validation - gotmoby/moby-api-documentation GitHub Wiki

This method is handy if you do not want any of the images to be stored to disk. In order for this to work, all images have to be sent as post data. The images will need to be base64 encoded before sent.

Remember that even though the images are never saved on disk, they cannot exceed 4 MB in size combined. This size is calculated from the file size before they are converted to base64. Keep this in mind when you are uploading the images.

If you don't want any data to touch the disk then you must also configure the licenseAttributesToStore attribute in the configuration to contain an empty array.

View Postman documentation for this route to understand how to make the request