This request uploads an image and applies a watermark with options like watermarkImage, scale, and placement.
Your image to protect
(Max: 10Mb), extention: PNG, JPG, JPEG
Your image
(Max: 10Mb), extention: PNG, JPG, JPEG
Zoom in percant, between 0 and 100
Opacité
grid repeat
falsePosition: (top-left,top-center,top-right,middle-left,middle-center,middle-right,bottom-left,bottom-center,bottom-right)
spacing in px
rotation in degres
{
"image": "(binary file)",
"watermarkImage": "(binary file)",
"scale": 10,
"opacity": 50,
"spacing": 50, // Required if repeat is true
"rotate": 45, // Required if repeat is true
"repeat": false,
"placement": "bottom-right", // top-left,top-center,top-right,middle-left,middle-center,middle-right,bottom-left,bottom-center,bottom-right
}