Add Image Watermark on Image for Make
PDF4me Add Image Watermark to Image module delivers automated image-based watermarking within Make scenarios with customizable position, opacity, and rotation. This comprehensive protection service adds logos, stamps, and image watermarks—enabling copyright protection, brand identification, ownership marking, and image security workflows across cloud storage platforms and business applications.
Authenticating Your API Request
To access the PDF4me Web API through Make, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Make scenarios and PDF4me's powerful watermarking services.

Key Features
- Logo Watermarking: Add company logos to images
- Position Control: Multiple preset and custom positions
- Opacity Adjustment: Control watermark transparency
- Rotation Support: Rotate watermark at any angle
- Batch Protection: Watermark multiple images with iterators
Parameters
Complete list of parameters for the Add Image Watermark module.
Important: Parameters marked with an asterisk (***) are required and must be provided for the module to function correctly.
| Parameter | Type | Description | Example |
|---|---|---|---|
| Filename*** | String | Source Image Filename | photo.jpg |
| File Content*** | Binary | Source Image | [Image Buffer] |
| Watermark Filename*** | String | Watermark Image Name | logo.png |
| Watermark File Content*** | Binary | Watermark Image | [Logo Buffer] |
| Position*** | String | Placement • TopLeft, TopRight, BottomLeft, BottomRight • Diagonal, CentralVertical, CentralHorizon • Custom | BottomRight |
| Rotation Angle*** | Integer | Angle (0-360) • Rotation in degrees | 0 |
| Horizontal Offset | Integer | Horizontal Pixels • Custom position offset | 0 |
| Vertical Offset | Integer | Vertical Pixels • Custom position offset | 0 |
| Opacity*** | Float | Transparency (0.0-1.0) • 1.0 = fully opaque • 0.7 = default (30% transparent) | 0.7 |