---
title: "Create"
method: POST
path: "/public/api/communities"
tags: ["Communities"]
---

# Create

`POST /public/api/communities`

Create a community

## Headers

- `Accept` string

## Request body

- object
  - `name` string
  - `type` string
  - `audience_id` string
  - `allow_posts_from_all` boolean
  - `disable_notifications` boolean
  - `hide_posts_from_newsfeed` boolean

## Response `200`

OK

- object[]
  - `community_id` string
  - `name` string
  - `creator_id` string
  - `type` string
  - `audience_id` string
  - `allow_posts_from_all` boolean
  - `disable_notifications` boolean
  - `hide_posts_from_newsfeed` boolean
  - `created_date` string
  - `updated_date` string

---

[API](https://skmtc.net/yoobic/apis/yoobic-public-api.md) · [All operations](https://skmtc.net/yoobic/apis/yoobic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yoobic/yoobic-public-api/versions/dd57df399bc4/schema)
