Skip to main content
POST
Create Content

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Request Body

typeId
string
required
ID of the ContentType to use
name
string
required
Display name for the content
description
string
Structured markdown description for semantic search
isTemplate
boolean
default:"false"
Whether this content should serve as a template
content
object
required
The content data following the ContentType’s schema
tags
string[]
Tags for categorization and filtering
folderId
string
Folder ID for organization
metadata
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