Skip to main content
POST
Create a Project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
Maximum string length: 255

Body

application/json
name
string
required
Required string length: 1 - 255
source
object
required
files
object[]
required
Required array length: 1 - 1024 elements
description
string | null
Maximum string length: 16384

Response

Success

id
string
required
Pattern: ^prj_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
name
string
required
Required string length: 1 - 255
description
string | null
required
Maximum string length: 16384
source
object
required
status
enum<string>
required
Available options:
active,
sync_failed
latest_revision
integer
required
Required range: x > 0
version
integer
required
Required range: x > 0
created_at
string
required
updated_at
string
required