---
title: "POST /api/channels/{channel_id}/messages/{message_id}/threads/"
method: POST
path: "/api/channels/{channel_id}/messages/{message_id}/threads/"
tags: ["api"]
---

# POST /api/channels/{channel_id}/messages/{message_id}/threads/

`POST /api/channels/{channel_id}/messages/{message_id}/threads/`

## Path parameters

- `channel_id` string, required
- `message_id` string, required

## Request body

- MessageThreadCreationSchema
  - `auto_archive_duration` integer
  - `rate_limit_per_user` integer
  - `name` string, required
  - `location` string
  - `type` integer

## Response `200`

No description available

## Other responses

- `403` — No description available

## Changes

- **2026-08-02** `034b4e879932` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/spacebarchat/apis/spacebar-server/changes/api/channels/:channel_id/messages/:message_id/threads/post.md)

---

[API](https://skmtc.dev/spacebarchat/apis/spacebar-server.md) · [All operations](https://skmtc.dev/spacebarchat/apis/spacebar-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spacebarchat/spacebar-server/revisions/3130201b9ba1/schema)
