Create Content Type
Content Types
Create Content Type
Create a new content type definition
POST
Create Content Type
Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Organization ID
Project ID
Request Body
Display name for the content type (e.g., “Article”, “BlogPost”)
Structured markdown description for semantic search and LLM understanding
ID of the layout component that defines the structure
Array of component IDs or component groups that can be used within this content type
Version of package to use for component resolution
Array of pre-built content example IDs
Access control settings
Additional type metadata
Example Request
New content types are created with
draft status and null version. Use the publish endpoint to create the first published version.