Image Watermark
Add a text watermark to an image.
Select an image
Use cases
Protect preview images
Add a text watermark before sharing drafts, product shots, or design previews externally.
Label internal assets
Mark screenshots with project, environment, or review status before sending them to a team.
Lightweight publishing
Prepare watermarked images for social posts, marketplace listings, or documentation examples.
Examples
Frequently Asked Questions
Can I position the watermark?+
Yes. Choose a corner or center placement and adjust opacity.
Is the image uploaded?+
No. Watermarking runs locally.
Related Tools
API preview
Endpoint
POST
/api/tools/image-watermarkRequest
{
"input": "hello world",
"options": {}
}Response
{
"result": "processed output",
"tool": "image_watermark"
}