Remove watermark

Purpose

To delete the watermark from the document.

HTTP Request URL

https://writer.zoho.com/writer/officeapi/v1/document/watermark

Request Parameters

ParameterData TypeDescription
Mandatory Parameters
apikey423s*****Uniquely identifies the web application in which the Writer editor is integrated.

Body Parameters

ParameterValueDescription
Mandatory Parameters
document

or

url
File

or

String
Method of providing the input file depending on its location.

document - if the input file is from your local drive or desktop.

url - if the input file is from a publicly accessible Web URL.

Sample Request

Copiedcurl --location --request POST "https://writer.zoho.com/writer/officeapi/v1/document/watermark" \
  --form "apikey=423s*****" \
  --form "document=@"

Sample Response

The response will be in the form of bytes.