---
title: "/boards"
method: POST
path: "/v1/boards"
tags: ["Boards"]
---

# /boards

`POST /v1/boards`

Create a board at the top-level of the workspace or as a child of another board

## Request body

- object
  - `title` string — The title of the board
  - `description` string — The description of the board
  - `parentBoardId` string — The id of the parent board that this board will be a child of

## Response `200`

Default

- object
  - `id` string
  - `title` string
  - `description` string
  - `parentBoardId` string

---

[API](https://skmtc.net/air/apis/air-api.md) · [All operations](https://skmtc.net/air/apis/air-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/air/air-api/versions/2bd9c9fa2a0c/schema)
