---
title: "Create Chatroom"
method: POST
path: "/chatrooms/create"
tags: ["chatrooms"]
---

# Create Chatroom

`POST /chatrooms/create`

Create a new voice chatroom. Premium users, tutors, and admins.

## Headers

- `authorization` string, nullable

## Request body

- CreateChatroomRequest
  - `language` string, required
  - `topic` string, nullable
  - `max_participants` integer
  - `scheduled_at` string, nullable
  - `activity_type` string, nullable
  - `activity_config` object, nullable
  - `is_featured` boolean
  - `visibility` string
  - `invitee_ids` string[], nullable
  - `video_enabled` boolean
  - `scheduled_duration_minutes` integer, nullable
  - `hosted_by_chacha` boolean
  - `same_room` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-21** `13996d792e23` — 2 info
  - added the new optional request property `hosted_by_chacha`
  - added the new optional request property `same_room`

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/chatrooms/create/post.md)

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
