---
title: "Create board"
method: POST
path: "/workspaces/{workspacePublicId}/boards"
tags: ["Boards"]
---

# Create board

`POST /workspaces/{workspacePublicId}/boards`

Creates a new board for a given workspace

## Path parameters

- `workspacePublicId` string, required

## Request body

- object
  - `name` string, required
  - `lists` string[], required
  - `labels` string[], required
  - `type` 'regular' | 'template'
  - `sourceBoardPublicId` string

## Response `200`

Successful response

- object
  - `publicId` string, required
  - `name` 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)
