Apply text watermark to a PDF
POST/api/v1/tools/watermark
Apply a simple text watermark to one or more pages of a PDF. Current implementation uses a basic ReportLab + PyPDF2 overlay.
The referenced input must be a PDF. DOCX and other file types are rejected with a 400 error.
File lifecycle: The input file in the input bucket is deleted
after a successful operation.
Request
Responses
- 200
- 400
- 401
- 402
- 500
Watermarked PDF returned as binary response
Bad request
Unauthorized
Insufficient tokens
Internal server error