---
title: "Create group video call link"
method: POST
path: "/calls/group_link"
tags: ["Calls"]
---

# Create group video call link

`POST /calls/group_link`

This method creates a link for starting a group video call.

## Request body

- CreateGroupCallLinkRequest
  - `start_time` string, required — Optional start time of the call in UNIX timestamp seconds

## Response `200`

OK

- CreateGroupCallLinkResponse
  - `link` string, required

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for create call link
- `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)
