---
title: "Create a card"
method: POST
path: "/cards"
tags: ["Cards"]
---

# Create a card

`POST /cards`

Creates a new card for a given list

## Request body

- object
  - `title` string, required
  - `description` string, required
  - `listPublicId` string, required
  - `labelPublicIds` string[], required
  - `memberPublicIds` string[], required
  - `position` 'start' | 'end', required
  - `dueDate` string, nullable

## Response `200`

Successful response

- object
  - `publicId` string, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

[API](https://skmtc.net/kan/apis/kan-api.md) · [All operations](https://skmtc.net/kan/apis/kan-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kan/kan-api/revisions/3235f0c88e7a/schema)
