Creates new content conforming to a content type’s schema and structure.
Parameters
| Parameter | Type | Required | Description |
|---|
projectId | string | No | Project ID (uses session default) |
typeId | string | Yes | Content type to use as structure |
typeVersion | number | No | Schema version (defaults to latest published) |
name | string | Yes | Name/title for the content item |
description | string | No | Structured description |
content | object | Yes | Content data matching the schema |
tags | string[] | No | Tags for categorization |
metadata | object | No | Additional metadata |
Response
| Field | Type | Description |
|---|
id | string | Unique identifier for the created content |
typeId | string | Content type identifier used |
typeVersion | number | Version of the content type schema used |
name | string | Display name/title |
description | string | Content description |
status | string | Initial status (typically “draft”) |
createdAt | string | ISO 8601 creation timestamp |
Example
Request
Response
Usage
Basic Content Creation
With Assets
Content is created in “draft” status. It must be published through the Metabind interface to be available via the content delivery APIs.