---
title: "Create Community"
method: POST
path: "/v1/create-community"
tags: ["Communities"]
---

# Create Community

`POST /v1/create-community`

Create a new community.

## Headers

- `X-API-Key` string, required

## Request body

- CreateCommunityRequest
  - `title` string, required — Title of the community
  - `description` string, nullable — Description of the community
  - `digital_human_ids` integer[], nullable — List of digital human (test case) IDs to associate this community with

## Response `200`

Successful Response

- CommunityResponse — Response model for community operations
  - `id` string, required — Unique identifier for the community
  - `title` string, required — Title of the community
  - `description` string, nullable — Description of the community
  - `created_at` string, date-time, required — When this community was created
  - `digital_human_ids` integer[] — List of digital human (test case) IDs associated with this community

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/18bc44e35414/schema)
