latestOpenAPI 3.0.3GNU Affero General Public License v3.0 (AGPL-3.0)raw.githubusercontent.com2026-08-2013241160.5 KB

c2f3fa2cbfaa

Project

Create a new project

post/project

Request body

namestring required

Example request

{
  "name": "my-project-name"
}

Response

A Project

creditnumber float required

Remaining credit of the project in $

discountinteger required

Discount of the project as percentage

idstring required
namestring required

Name of the project

Example response

{
  "credit": 25.4,
  "discount": 10,
  "id": "pjkkmx0f2vke4h36nk9cm8v8q0",
  "name": "my-project"
}