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

# POST /api/v1/projects

`POST /api/v1/projects`

## Request body

- ProjectCreateProjectRequestBody
  - `allow_same_ip` boolean
  - `description` string
  - `distribution_type` 0 | 1 | 2
  - `end_time` string, required
  - `hide_from_explore` boolean
  - `minimum_trust_level` 0 | 1 | 2 | 3 | 4
  - `name` string, required
  - `price` number
  - `project_items` string[], required
  - `project_tags` string[]
  - `risk_level` integer
  - `start_time` string, required
  - `topic_id` integer

## Response `200`

OK

- ProjectProjectResponse
  - `data` unknown
  - `error_msg` string

## Changes

- **2025-06-07** `9717e3d1c990` — 1 info
  - endpoint added
- **2025-06-01** `3ead7a21ae41` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/linux-do/apis/linux-do-cdk/changes/api/v1/projects/post.md)

---

[API](https://skmtc.dev/linux-do/apis/linux-do-cdk.md) · [All operations](https://skmtc.dev/linux-do/apis/linux-do-cdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linux-do/linux-do-cdk/revisions/bfcaf861199c/schema)
