Branded Web Captures With Custom Watermarks

An API to watermark website screenshots directly. Add custom text, control opacity, define positioning, and protect your automated web captures from uncredited use.

portfolio.com

Flexible Programmatic Watermarking

By passing a simple watermark object, you instantly convert a plain capture into a branded visual. Control everything from text color padding to horizontal and vertical positioning.

  • Embed recipient names dynamically
  • Add copyright strings
  • Customize font colors and sizing
  • Flexible grid-based positioning
cURL Request
curl -X POST https://api.screenshotengine.com/screenshot \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "url": "https://example.com",
    "watermark": {
      "text": "© 2026 Acme Corp",
      "position": "bottom-right",
      "textColor": "rgba(255, 255, 255, 0.7)",
      "backgroundColor": "rgba(0, 0, 0, 0.5)"
    }
  }'

F.A.Q. & Details

What makes this programmatic screenshot watermarking service different?

Instead of using complex post-processing image libraries like ImageMagick after capturing, our website screenshot API provides custom branding natively. It minimizes processing latency and infrastructure costs.

Can I position the watermark anywhere on the API to watermark website screenshots?

Yes. Standard positions (top-left, center, bottom-right) are supported immediately, giving you comprehensive control over the look to suit your design requirements. We protect the readability via automatic background overlays.

Ready to secure your screenshots?

Get your instant API key free of charge to automate copyright protection on captures.