- Getting Started
- OAuth 2.0
- Authorizing OAuth Requests
- HTTP Methods
- HTTP status code summary
- API Collection
- Document API
- Template API
- Automation API
- Merge API
- Combine API
- Bulk API
- POSTSign API
- Meta API
- Conversion API
- Folder API
- Publish API
- Errors
- General Errors
- Get List of Documents - Possible Errors
- Create Document - Possible Errors
- Download Document - Possible Errors
- Document Operations - Possible Errors
- Copy Document - Possible errors
- Translate Document - Possible errors
- Template API - Possible errors
- Conversion API - Possible Errors
- Folder API - Possible Errors
- Publish API - Possible Errors
- Meta API - Possible Errors
- Sign API - Possible Errors
- Merge API - Possible Errors
- Combine PDFs - Possible errors
Create Template
Purpose
This API allows you to create templates. The template that is created can be accessed from the template list in your Writer account.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/templates
Body Parameters
Parameter | Data Type | Description |
Optional Parameters | ||
name | String | Specify a unique name for the Writer template. If this param is not passed, a blank untitled template will be created. |
Note: The Org-Template feature will work only for Zoho Workdrive users and it can be created only by the admins.
Sample Request
Copiedcurl "https://www.zohoapis.com/writer/api/v1/templates"
-X POST
-H "Authorization: Zoho-oauthtoken xyz"
Sample Response
Copied{
"created_time": "2019-08-28T16:30:33Z",
"modified_time_ms": 1567009834477,
"owner_id": "14335411",
"last_opened_time": "2019-08-28T16:30:33Z",
"open_url": "https://writer.zoho.com/writer/template/a7iyybadb",
"last_opened_time_ms": 1567009833936,
"type": "template",
"thumbnail_url":"https://writer.zoho.com/writer/thumbnail/a7iyybadb",
"created_by": "amelia",
"created_time_ms": 1567009833936,
"modified_time": "2019-08-28T16:30:34Z",
"preview_url": "https://writer.zoho.com/writer/zwpreview/a7iyybadbb8",
"creator_id": "11122329",
"name": " Sample Name",
"id": "a7iyybadbb8b74e1147638bad04abc161e79e",
"permalink": "https://docs.zoho.com/file/a7iyybadb"
"status": "active"
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.