---
title: "Create call event"
method: POST
path: "/calls"
tags: ["Calls"]
---

# Create call event

`POST /calls`

This method is responsible for creating a call event.

## Request body

- CreateCallEventRequest
  - `start_time` string, required — Start time of the call in UNIX timestamp format (in seconds)

## Response `200`

Internal Error

- CreateCallEventResponse
  - `call_url` string, required

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for create call event
- `500` — Internal Error

---

[API](https://skmtc.dev/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.dev/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/revisions/40ab05abffdb/schema)
