v1
latestOpenAPI 3.1.02026-07-17220542.8 KBTemplates
Clone a template
The API endpoint allows you to clone an existing template into a new template.
post/templates/{id}/clone
Path parameters
idinteger required
The unique identifier of the document template.
Request body
Example request
{
"name": "Cloned Template"
}Response
OK