---
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

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[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-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/aea5e6e7d830/schema)
