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

# POST /task/import/{projectId}

`POST /task/import/{projectId}`

Import multiple tasks into a project

## Path parameters

- `projectId` string, required

## Request body

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

## Response `200`

Tasks imported 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)
