Create office template
POST/office/templates
Creates a new document template in draft status. Templates define the layout, branding, and merge-field placements for rendered documents. Supply the template body as HTML or as a base64-encoded binary (DOCX/ODT) depending on the template_format.
Request
Responses
- 201
- 422
Template created in draft status.
Validation failed — check binding, template_format, or output_formats enum values.