This request uploads an image and applies a watermark with options like textWaterMark
, fontSize
, color
, and placement
.
Your image to protect
(Max: 10Mb), extention: PNG, JPG, JPEG
Votre texte
Taille de police, entre 0 et 400
Couleur hexadecimal
Opacité
grid repeat
false
Position: (top-left,top-center,top-right,middle-left,middle-center,middle-right,bottom-left,bottom-center,bottom-right)
font: (Roboto,Open Sans,Arial,Times New Roman,Courier New)
spacing in px
rotation in degres
{
"image": "(binary file)",
"textWaterMark": "Confidential",
"fontSize": 128,
"color": "#FF0000",
"opacity": 80,
"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
"fontFamily": "Arial" // Roboto,Open Sans,Arial,Times New Roman,Courier New
}