APImcp
GuidesMedia & Images
ConsoleDocsMCP
Media & Images ⏱ 1 min read

Image Watermark API — Add Custom Watermarks to Protect Your Images

Add text or overlay watermarks to images. Protect your images with custom watermarks. Supports JPEG and PNG. Free API.

01

What is Image Watermarking?

Image watermarking overlays text or visual marks onto images to protect copyright, identify ownership, or add branding. The API adds customizable text watermarks with configurable position (center, top-left, bottom-right, etc.), font size, opacity, rotation, and color.

02

How to Use It

Call GET /api/v1/image-watermark?url=https://example.com/image.jpg&text=APImcp. Returns watermarked image with content-type image/jpeg.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

Can I control the watermark position?
Yes. Positions include center, top-left, top-right, bottom-left, bottom-right, and custom coordinates.