markly_watermark_text
Add a text watermark to any image by providing a public image URL and custom text. Get a download link valid for 30 minutes.
Instructions
Add a text watermark to an image. Provide an image URL and watermark text. Returns a download URL (valid 30 min).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | URL of the image to watermark (must be publicly accessible) | |
| text | Yes | Watermark text (max 200 characters) | |
| size | No | Font size in pixels (12-200, default 48) | |
| color | No | Hex color (e.g. #ffffff, default white) | |
| opacity | No | Opacity percentage (5-100, default 50) | |
| angle | No | Rotation angle in degrees (-180 to 180, default -30) | |
| position | No | Watermark position (default center) | |
| tile | No | Tile the watermark across the entire image (default false) | |
| font | No | Font (default inter) |