Projects

Create a new project

Create a new project with the specified name. The project will be created with default Chunkify storage settings.

POST
/api/projects

Authorization

Authorization
header
string
required

Enter the team access token with the Bearer prefix, e.g. "Bearer team_access_token"

Bodyapplication/json

Project creation parameters

name
string
required

Name is the name of the project, which must be between 4 and 32 characters.

Examples:
My Project
Pattern:
^[a-zA-Z0-9\-\_ ]+$

Responses

application/json
data
object
required

Data contains the response object

status
"success"
string
required

Status indicates the response status "success"

The project was created successfully