---
title: "Create Call Session"
method: POST
path: "/call/sessions"
tags: ["call", "calls"]
---

# Create Call Session

`POST /call/sessions`

Create a new call session

## Request body

- CreateCallSessionRequest
  - `conversation_id` string, nullable
  - `call_type` string
  - `user1_id` string, nullable
  - `user2_id` string, nullable
  - `call_id` string, nullable
  - `call_mode` string, nullable
  - `language_for_practice` string, nullable
  - `exchange_switch_at_seconds` integer, nullable

## Response `200`

Successful Response

- CallSessionResponse
  - `id` string, required
  - `conversation_id` string, required
  - `start_time` string, date-time, required
  - `end_time` string, date-time, nullable
  - `duration_seconds` integer
  - `call_type` string
  - `status` string
  - `participants` string[]
  - `participant_info` CallSessionParticipant[], nullable
    - `id` string, required
    - `username` string, required
    - `full_name` string, nullable
    - `display_name` 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)
