Skip to main content
POST
Create Project

Path Parameters

organizationId
string
required
Organization ID

Request Body

name
string
required
Project name
slug
string
required
URL-friendly project identifier (must be unique within organization)
description
string
Project description
settings
object
Project settings
settings.defaultLocale
string
Default content locale
settings.supportedLocales
string[]
Available locales
settings.defaultPlatform
string
Default platform for CMS preview: mobile, tablet, or desktop
settings.supportedPlatforms
string[]
Available platforms for content preview
settings.thumbnailUrl
string
Project thumbnail image URL

Example Request

Response

Returns the created Project object.

Error Responses

Slug Already Exists

Code Examples