Skip to main content
POST
Create a new project

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Example:

"my-project-name"

Response

A Project

credit
number<float>
required

Remaining credit of the project in $

Example:

25.4

discount
integer
required

Discount of the project as percentage

Example:

10

id
string
required
Pattern: ^pj[0-9a-hj-km-np-tv-z]{24}$
Example:

"pjkkmx0f2vke4h36nk9cm8v8q0"

name
string
required

Name of the project

Pattern: ^[a-zA-Z0-9](?:[a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?$
Example:

"my-project"