# Bulk Image Watermark – Add Logo or Text to Photos

**Use case:** 

Add a text or logo watermark to many images at once. Choose position and opacity and get a download link per image. Protect and brand your photos in bulk.

## Input

```json
{
  "imageUrls": [
    "https://picsum.photos/seed/alpha/800/600.jpg"
  ],
  "watermarkType": "logo",
  "text": "© My Brand",
  "fontSize": 48,
  "logoUrl": " https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png",
  "position": "bottom-right",
  "opacity": 70
}
```

## Output

```json
{
  "originalUrl": {
    "label": "Original",
    "format": "link"
  },
  "downloadUrl": {
    "label": "Download",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Bulk Image Watermark](https://apify.com/vivpm99/bulk-image-watermark) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vivpm99/bulk-image-watermark) to learn more, explore other use cases, and run it yourself.