Create with Content
Purpose
To create document with content parameter. The document will be created along with the content that you provided in the request body.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/documents
Body Parameters
Parameter | Data Type | Description |
Mandatory Parameters | ||
content | File | Provide the required content in your API request body. |
Optional Parameters | ||
filename | String | Specify a unique name for the document |
password | String | If the provide input content is password protected, then you can specify that password via this parameter. |
folder_id | String | Specify a folder name, if you would like the document to be created in a particular folder or location. |
resource_type | String | Specify the type of document which needs to be created. Possible values: fillable/merge/sign |
Note:
- PDF file format is not supported during import.
- You can also create document with content parameter using this deluge task.