PDF Watermarker
POST
https://hub.apilabz.com/module/616
Utilities
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://hub.apilabz.com/module/616' \
--header 'Content-Type: application/json' \
--data-raw '{
"pdfUrl": "http://example.com",
"watermarkText": "string",
"position": "center",
"opacity": 0.3,
"rotation": 0,
"fontSize": 0,
"color": "string",
"repeat": true
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-03-25 08:46:26