---
title: "Create a group conversation"
method: POST
path: "/v2/group/create"
tags: ["group"]
---

# Create a group conversation

`POST /v2/group/create`

Creates a new group conversation with specified participants.

## Request body

- object
  - `participants` number[], required

## Response `200`

Group created

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

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