Pogodoc
API Reference

Clone Template

Creates a new template by duplicating an existing template's content and metadata. Includes copying preview files and template index.

POST
/templates/{templateId}/clone
AuthorizationBearer <token>

In: header

Path Parameters

templateIdstring

ID of the template to be used

Response Body

application/json

curl -X POST "https://api.pogodoc.com/v1/templates/string/clone"
{
  "newTemplateId": "string"
}