---
title: "Create a post"
method: POST
path: "/public/api/community-posts"
tags: ["Community Posts"]
---

# Create a post

`POST /public/api/community-posts`

Create a post

## Headers

- `Accept` string

## Request body

- object
  - `description` string
  - `community_id` string
  - `user_id` string
  - `publish_type` string
  - `publish_date` string

## Response `200`

OK

- object
  - `post_id` string
  - `description` string
  - `community_id` string
  - `user_id` string
  - `publish_type` string
  - `publish_date` string
  - `created_date` string
  - `updated_date` string

## Changes

- **2026-09-04** `acd097fdd2f1` — 1 info
  - the endpoint scheme security `oauth2` was removed from the API

[Change history](https://skmtc.dev/yoobic/apis/yoobic-public-api/changes/public/api/community-posts/post.md)

---

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