About this endpoint
What it does
Embeds a watermark image into a source image and returns the resulting image as binary data.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| max_size | Integer | No | Maximum watermark size in pixels. Default: 64. Minimum: 16. Maximum: 160. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Source image. Binary file. Max 20 MB. |
| watermark | String | Yes | Small logo/watermark image. Binary file. |
Response
Returns the processed image as a binary string.