💧

Image Watermark API

Add professional text or image watermarks to protect your visual content. Customize position, opacity, size, and style.

API Endpoint

POST /v1/watermark

Parameters

Name Type Required Description
urlstringYesURL of the image to watermark
textstringNoWatermark text (if text watermark)
positionstringNoPosition: center, top-left, bottom-right, etc.
opacitynumberNoWatermark opacity (0-100)

Quick Example

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

Features

  • Text and image watermark support
  • Adjustable position, opacity, and rotation
  • Multiple watermark types (diagonal, tiled, corner)
  • High-quality output preserving original resolution
  • Supports PNG, JPEG, and WebP formats

Use Cases

Protect stock photos from unauthorized use

Brand product images for e-commerce

Add copyright notices to portfolio images

Watermark documents before sharing

Start Using Image Watermark API for Free

500 free API calls per month. No credit card required.

Get Started Free