---
title: "POST /v1/projects"
method: POST
path: "/v1/projects"
tags: ["UserService"]
---

# POST /v1/projects

`POST /v1/projects`

Create a project.

## Request body

- CreateProjectRequest
  - `name` string
  - `icon` string
  - `desc` string
  - `owner` string
  - `status` integer

## Response `200`

OK

- CreateProjectResponse
  - `item` Project
    - `timestamps` Timestamps
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `deleted_at` string, date-time
    - `properties` ProjectProperty
      - `id` string
      - `name` string
      - `icon` string
      - `desc` string
      - `owner` string
      - `status` integer

## Other responses

- `default` — Default error response

---

[API](https://skmtc.dev/betterde/apis/untitled-api.md) · [All operations](https://skmtc.dev/betterde/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/betterde/untitled-api/revisions/40bb52b824d5/schema)
