---
title: "POST /spaces/{spaceId}/channels"
method: POST
path: "/spaces/{spaceId}/channels"
---

# POST /spaces/{spaceId}/channels

`POST /spaces/{spaceId}/channels`

Creates a channel in an AWS re:Post Private private re:Post.

## Path parameters

- `spaceId` string, required

## Request body

- object
  - `channelName` string, password, required — The name for the channel. This must be unique per private re:Post.
  - `channelDescription` string, password — A description for the channel. This is used only to help you identify this channel.

## Response `200`

Success

- CreateChannelOutput
  - `channelId` string, required — The unique ID of the private re:Post channel.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — ConflictException
- `484` — ResourceNotFoundException
- `485` — ThrottlingException
- `486` — InternalServerException

---

[API](https://skmtc.net/aws/apis/repostspace.md) · [All operations](https://skmtc.net/aws/apis/repostspace/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/repostspace/versions/1b4ca9ef5474/schema)
