Zoho Writer's list of download APIs allows you to download the documents in various formats. The formats currently supported by export apis are:
All you need to do is enter the request URIs in your browser address bar along with authentication parameters (apikey,ticket) and press enter. Once you do that a dialog box will open which will prompt you to save the document to your local drive or open it with default application.
Example :
http://export.writer.zoho.com/api/private/pdf/download/[documentId]?apikey=[apikey]&ticket=[ticket]
The list of download API URI's and their description is tabulated below:
Download URLs
Request URIs
| Description
|
api/private/doc/download/[documentId]
| Download the document[documentId] as doc
|
api/private/pdf/download/[documentId]
| Download the document[documentId] as pdf
|
api/private/html/download/[documentId]
| Download the document[documentId] as html
|
api/private/sxw/download/[documentId]
| Download the document[documentId] as sxw
|
api/private/odt/download/[documentId]
| Download the document[documentId] as odt
|
api/private/rtf/download/[documentId]
| Download the document[documentId] as rtf
|
Note: Downloading shared document is not supported as of now