Skip to main content
POST
Create Project

Path Parameters

string
required
Organization ID

Request Body

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

Example Request

Response

Returns the created Project object.

Error Responses

Slug Already Exists

Code Examples