About this endpoint
What it does
Embeds an invisible text watermark into a source image. It takes an uploaded image file and a watermark text string, and returns the processed image as binary data.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| text | String | Yes | Watermark text to embed. Must be between 1 and 1000 characters. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Source image file uploaded as binary. Maximum size: 20 MB. |
Response
Returns a binary response containing the image with the invisible text watermark embedded.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| binary | String | Yes | The processed image file returned as binary data. |