---
title: "Post a new project"
method: POST
path: "/projects"
tags: ["Project"]
---

# Post a new project

`POST /projects`

## Request body

- object
  - `projectName` string, required — The project name
  - `blockLevelInfo` BlockLevelInfo[] — List of the block level info
    - `name` string, required — block level name

## Response `200`

project created, the project ID is returned

## Other responses

- `400` — The project name must not be null
- `401` — The project name is too long
- `402` — The project name contain invalid characters
- `403` — A project with the same name already exist

---

[API](https://skmtc.net/debiai/apis/debiai-backend-api.md) · [All operations](https://skmtc.net/debiai/apis/debiai-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debiai/debiai-backend-api/versions/c53e3bf3be9b/schema)
