About this endpoint
What it does
Extracts an invisible text watermark from a watermarked PNG image you upload and returns the recovered watermark text along with the number of bytes extracted.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Watermarked PNG image, binary file upload. Max size: 20 MB. |
Response
Returns a JSON object with two top-level fields: text as a string and bytes as an integer. text contains the extracted watermark content, and bytes reports how many bytes were extracted.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| text | String | No | The extracted invisible watermark text. |
| bytes | Integer | No | The number of bytes extracted from the watermark. |