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

# Create a project

`POST /api/v1/projects`

## Request body

- CreateProject
  - `token` string, required
  - `item` object
    - `title` string, required — The name of the project
    - `description` string — Description of the project
    - `start_date` string, date — Start Date (yyyy-mm-dd)
    - `closed` boolean — Archived/Active project flag
    - `status` string — Status
    - `owner_id` integer — ID of the owner (default: your member id)

## Response `201`

project created

## Other responses

- `401` — Error: Unauthorized
- `422` — invalid request - Title can't be blank

---

[API](https://skmtc.net/labguru/apis/labguru-api.md) · [All operations](https://skmtc.net/labguru/apis/labguru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labguru/labguru-api/revisions/0534e4d70b77/schema)
