Skip to main content
POST
Create task

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Path Parameters

projectId
string
required

Body

application/json
title
string
required
description
string
required
priority
enum<string>
required
Available options:
no-priority,
low,
medium,
high,
urgent
status
string
required

The target column's slug.

startDate
string
dueDate
string
userId
string

Assignee, if any.

Response

The created task

id
string
required
projectId
string
required
position
number | null
required

Order within its column, ascending.

number
number | null
required

Per-project counter shown as {projectSlug}-{number}.

userId
string | null
required

The assignee, if any.

title
string
required
description
string | null
required
status
string
required

The slug of the column the task sits in.

priority
string
required

One of: no-priority, low, medium, high, urgent.

startDate
string<date-time> | null
required
dueDate
string<date-time> | null
required
createdAt
string<date-time>
required