# Add a Text Watermark to Images in Bulk

**Use case:** 

Stamp a custom text or © copyright watermark onto many images at once. Choose position and opacity, and get a download link per image. Protect your photos.

## Input

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

## 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.