# Create multiple channels **POST /v1/channels~bulkCreate** Create multiple channels ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Body: application/json (array[object]) - **name** (string) The name of the channel. - **description** (string) The description of the channel - **emoji** (string) The emoji of the channel - **autoJoin** (boolean) Whether the channel should be auto-joined by new members. - **showMembers** (boolean) Whether the channel should show its members. - **readonly** (boolean) Whether the channel will be in read-only for non admin. - **privacy** (string) Privacy setting of the channel ## Responses ### 201 Channels has been successfully created #### Body: application/json (object) - **created** (array[object]) The channels that were created. - **failed** (array[object]) The channels that failed to be created. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 413 Payload is too large [Powered by Bump.sh](https://bump.sh)