---
title: "/api/cards"
method: POST
path: "/api/cards"
---

# /api/cards

`POST /api/cards`

## Response `201`

Created

- object
  - `data` object, required
    - `id` integer, required
    - `uuid` string, uuid, required
    - `column_id` number
    - `board_id` number
    - `title` string
    - `description` string
    - `position` number
    - `created_by_user_id` number
    - `due_date` string
    - `archived` boolean
    - `board_column_id` integer
    - `user_id` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `422` — Validation failed
- `500` — Server error

## Changes

> 36 revisions in range; 2 not diffed, 10 could not be searched.

- **2026-07-29** `603f23fe9545` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stacksjs/apis/stacks-api/changes/api/cards/post.md)

---

[API](https://skmtc.dev/stacksjs/apis/stacks-api.md) · [All operations](https://skmtc.dev/stacksjs/apis/stacks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stacksjs/stacks-api/revisions/fea859ba34de/schema)
