---
title: "Create Call Endpoint"
method: POST
path: "/call/dial"
tags: ["Call"]
---

# Create Call Endpoint

`POST /call/dial`

## Headers

- `authorization` string, nullable

## Request body

- DialPayload
  - `org_id` string, uuid, required
  - `user_id` string, uuid, required
  - `calendar_event_id` string, uuid, nullable
  - `language` 'en-US' | 'fr-FR' | 'de-DE' | 'es-ES' — Supported languages for transcription, calls, and UI. This is a centralized language definition used across the platform. Any changes to supported languages should be made here and will propagate to all components that use this enum.

## Response `200`

Successful Response

- DialResult
  - `call_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
