---
title: "Create central channel"
method: POST
path: "/api/messaging/central-channels"
tags: ["messaging"]
deprecated: true
---

# Create central channel

`POST /api/messaging/central-channels`

> **Deprecated.**

Create a channel in the central database

## Request body

- object
  - `name` string, required
  - `serverId` string, uuid, required
  - `description` string
  - `type` 'text' | 'voice' | 'dm' | 'group'

## Response `201`

Central channel created successfully

- object
  - `success` boolean
  - `data` object
    - `channel` Channel
      - `id` string, uuid — Unique identifier for the channel
      - `name` string — Name of the channel
      - `serverId` string, uuid — ID of the server this channel belongs to
      - `type` 'text' | 'voice' | 'dm' | 'group' — Type of channel
      - `description` string — Channel description
      - `metadata` object — Additional channel metadata

## Other responses

- `400` — Invalid request
- `500` — Error creating channel

---

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