---
title: "Create Quick Call Invite"
method: POST
path: "/quick-call/create"
tags: ["quick-call", "quick-call"]
---

# Create Quick Call Invite

`POST /quick-call/create`

Generate a shareable quick-call link (authenticated host only).

## Headers

- `authorization` string, nullable

## Request body

- CreateInviteRequest
  - `learning_language` string, nullable
  - `scheduled_time` string, nullable
  - `call_mode` string, nullable
  - `exchange_period_seconds` integer, nullable
  - `exchange_language_b` string, nullable

## Response `200`

Successful Response

- CreateInviteResponse
  - `token` string, required
  - `url` string, required

## 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/78f314acd8bf/schema)
