Skip to main content
POST
Create Content from Template
Creates a new content item using an existing template as a starting point. The new content inherits the template’s structure, ContentType, and package version.

Path Parameters

string
required
Organization ID
string
required
Project ID

Request Body

string
required
ID of the template content to use
string
required
Display name for the new content
string
Description for the new content (overrides template description)
object
Content data that overrides template values. Merged with template content.
string[]
Tags for the new content (replaces template tags if provided)
string
Folder ID for organization

Example Request

Response

Returns the created Content object.
Content created from a template inherits the template’s typeId, typeVersion, and packageVersion. The provided content object is merged with the template’s content, allowing you to override specific fields.

Error Responses

Template Not Found

Not a Template

Validation Failed

Code Examples