Batch image watermark

Apply one text or logo watermark setup to multiple images and download a ZIP.

Files and output

Images

Drag several images or click to choose them.

PNG, JPG, WEBP, GIF, BMP, TIFF, ICO. Limits depend on your plan.
Optional logo

Click to attach a logo and apply an image watermark.

ZIP ready

ZIP
Waiting for files

Your watermarked images will appear as a ZIP.

Output format
-
ZIP size
-
Files
-

Also available by API

Use the batch API with multipart files or base64 arrays. Billing is per file and uses separate API USD balance.

The response returns one ZIP in base64 with entry metadata.

POST /api/v1/tools/image-watermark-batch
Authorization: Bearer TU_API_KEY
Content-Type: application/json

{
  "images": [
    { "filename": "archivo-1", "image_base64": "data:...;base64,..." },
    { "filename": "archivo-2", "image_base64": "data:...;base64,..." }
  ],
  "output_format": "png",
  "filename": "noxus-watermarked-images"
}