---
title: "Create new task"
method: POST
path: "/v1/tasks"
tags: ["Tasks"]
---

# Create new task

`POST /v1/tasks`

Creates a new task for the organization

## Request body

- object
  - `title` string, required — Task title
  - `description` string — Task description
  - `model_id` string — Associated model ID
  - `model_file_id` string — Associated model file ID
  - `make_id` string — Associated make ID
  - `swimlane_id` string — Swimlane ID (defaults to first swimlane)
  - `priority` 'low' | 'medium' | 'high' — Task priority
  - `tags` string[] — Task tags
  - `assigned_to` string — User ID to assign task to
  - `organizationId` string — Organization ID (optional, defaults to user's primary organization)

## Response `201`

Task created successfully

- object — Task created successfully
  - `task` object

## Other responses

- `400` — Invalid request
- `500` — Internal server error

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
