Add professional text or image watermarks to protect your visual content. Customize position, opacity, size, and style.
POST /v1/watermark| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL of the image to watermark |
| text | string | No | Watermark text (if text watermark) |
| position | string | No | Position: center, top-left, bottom-right, etc. |
| opacity | number | No | Watermark opacity (0-100) |
curl -X POST "https://api.toolcenter.dev/v1/watermark" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/photo.jpg", "text": "© My Company", "position": "bottom-right", "opacity": 50}' \
--output watermarked.png
Protect stock photos from unauthorized use
Brand product images for e-commerce
Add copyright notices to portfolio images
Watermark documents before sharing
500 free API calls per month. No credit card required.
Get Started Free