Skip to main content
POST
Create a project

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Body

application/json
name
string
required

Name of the project

key
string
required

Unique key identifier for the project (lowercase letters, numbers, and hyphens)

Pattern: ^[a-z0-9]{2,}(-[a-z0-9]+)*$
copyContentRef
string<uuid>

Project ID to copy content from

protected
boolean
default:false

Whether the project should be protected from deletion

version
enum<string> | null
default:v1

Project version to create (v1 or v2)

Available options:
v1,
v2,
null

Response

200 - application/json

The created project with details

The created project with details

project
object
required

The created project