> For the complete documentation index, see [llms.txt](https://docs.monolithforensics.com/monolith/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monolithforensics.com/monolith/monolith-api/tasks-api/create-task.md).

# Create Task

## Create a new task

<mark style="color:green;">`POST`</mark> `/api/v1/tasks`

Use this endpoint to create tasks in Monolith.

**Body**

| Name                   | Type         | Description                                                        |
| ---------------------- | ------------ | ------------------------------------------------------------------ |
| `task_name` (required) | string       | Name of task.                                                      |
| `case_id` (required)   | number       | Case to be linked to task.                                         |
| `description`          | string       | Description of task.                                               |
| `due_date`             | Date         | <p>Due date of the task<br>"YYYY-MM-DD"</p>                        |
| `assignees`            | number array | Array of user\_id values used to assign users to the created task. |
