Skip to main content
Creates new content conforming to a content type’s schema and structure.

Input Schema

Parameters

ParameterTypeRequiredDescription
projectIdstringNoProject ID (uses session default)
typeIdstringYesContent type to use as structure
typeVersionnumberNoSchema version (defaults to latest published)
namestringYesName/title for the content item
descriptionstringNoStructured description
contentobjectYesContent data matching the schema
tagsstring[]NoTags for categorization
metadataobjectNoAdditional metadata

Response

FieldTypeDescription
idstringUnique identifier for the created content
typeIdstringContent type identifier used
typeVersionnumberVersion of the content type schema used
namestringDisplay name/title
descriptionstringContent description
statusstringInitial status (typically “draft”)
createdAtstringISO 8601 creation timestamp

Example

Request

Response

Usage

Basic Content Creation

With Assets

With Metadata

Content is created in “draft” status. It must be published through the Metabind interface to be available via the content delivery APIs.