Skip to main content
POST
A project groups related tasks and holds the files they read and write.

Authorizations

Authorization
string
header
required

Requires an API key. See the Authentication guide.

Body

application/json
title
string
required
Required string length: 1 - 128
description
string | null

Free-text description of the project.

Maximum string length: 1024

Response

201 - application/json

Project created.

id
string
required
title
string
required
created_at
string<date-time>
required
type
string
default:project
Allowed value: "project"
description
string | null

Free-text description of the project.

updated_at
string<date-time> | null