Watermark — Step-by-Step Guide
Step-by-step tutorials, API references, and best practices for every tool
← Back to Tutorials
1
Upload
Upload product photos for watermarking.
2
Set Watermark Text
Enter the text you want to overlay (e.g., brand name, copyright notice).
3
Customize Style
Adjust font size, color, opacity, and position (top-left, center, bottom-right, etc.).
4
Apply & Export
Click to apply watermark to all images. Download as ZIP.
API Example
curl -X POST https://getpictools.com/api/v1/watermark \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "image=@product.jpg" \
-F "text=© Your Brand" \
-F "position=bottom-right"