Skip to main content
POST
Create Content

Path Parameters

string
required
Organization ID
string
required
Project ID

Request Body

string
required
ID of the ContentType to use
string
required
Display name for the content
string
Structured markdown description for semantic search
boolean
default:"false"
Whether this content should serve as a template
object
required
The content data following the ContentType’s schema
string[]
Tags for categorization and filtering
string
Folder ID for organization
object
Additional metadata

Example Request

Response

Returns the created Content object with derived fields like packageVersion from the latest ContentType version.
New content is created with draft status and null version. The typeVersion and packageVersion are automatically set from the latest published ContentType version.

Error Responses

ContentType Not Found

Validation Failed

Invalid Component

Code Examples