---
title: "Create Board"
method: POST
path: "/v1/config/board"
tags: ["Board"]
---

# Create Board

`POST /v1/config/board`

Use this method to create a board.

## Request body

- BoardRequest
  - `account` string — Account number of the organization
  - `title` string
  - `category` string[]

## Response `200`

OK

- object

## Other responses

- `400` — Bad request

---

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