Convert a logo image
Takes a png or jpg image (binary data) and resizes it to a 100x100 logo. Returns the converted image, as a base64-encoded data url.
| Request Body The image to convert with its filename | 
|---|
| databyteThe raw image bytes | 
| namestringThe original file name | 
| Responses | |||
|---|---|---|---|
| 200The image conversion result 
 | |||
| 400An error describing the issue caused by the client 
 | |||
| 500An error describing the server issue 
 |