---
title: "POST /task/{projectId}"
method: POST
path: "/task/{projectId}"
tags: ["Tasks"]
---

# POST /task/{projectId}

`POST /task/{projectId}`

Create a new task in a project

## Path parameters

- `projectId` string, required

## Request body

- object
  - `title` string, required
  - `description` string, required
  - `dueDate` string
  - `priority` string, required
  - `status` string, required
  - `userId` string

## Response `200`

Task created successfully

- unknown

---

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