---
title: "Open Quick Call Room"
method: POST
path: "/quick-call/{token}/room"
tags: ["quick-call", "quick-call"]
---

# Open Quick Call Room

`POST /quick-call/{token}/room`

Resolve an invite link to the private group room it opens.

Public by design, like GET /quick-call/{token}: the guest has no account
yet (the group surface makes their guest identity at its own door), and
holding the link IS the invitation. It hands out nothing the link did not
already grant, and it refuses exactly where the legacy /join refuses.

## Path parameters

- `token` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- RoomResponse — Where the invite link leads on the converged (group) call surface.
  - `room_name` string, required
  - `join_code` string, required
  - `is_host` boolean

## Other responses

- `422` — Validation Error

## Changes

> 24 revisions in range; 1 not diffed.

- **2026-09-21** `13996d792e23` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/quick-call/:token/room/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/ecd3f19d9e8b?raw)
