Watermark Overlay

Video·Video-API·by eachlabs

Watermark Overlay adds a logo or watermark to any video at a set position, protecting and branding your footage before you share or publish.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "watermark-overlay",
    "version": "0.0.1",
    "input": {
        "video": "https://cdn-us.eachlabs.ai/defaults/b4d273a3bf2e40d3b8361dddb5977940.mp4",
        "x_offset": 40,
        "y_offset": 40,
        "watermark": "https://cdn-us.eachlabs.ai/defaults/92e3dfff0a2b4a5a9201c76d25a6770b.png"
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Watermark Overlay

01 / 03

What does Watermark Overlay do?

Watermark Overlay places a logo or watermark onto a video at a position you choose. On the each::labs Video API it brands and protects footage by rendering the mark directly into the clip before you share or publish it.