---
title: "Creates a Post"
method: POST
path: "/api/2026-07-01/resources/posts/posts"
tags: ["Posts > Post"]
---

# Creates a Post

`POST /api/2026-07-01/resources/posts/posts`

Creates a Post

## Request body

- object
  - `title` string, required — title of the post
  - `description` string, required — description of the post
  - `post_group_id` string, required — group identifier of the post, references to posts/groups endpoint
  - `allow_comments_and_reactions` boolean — allow comments and reactions on the post

## Response `201`

CREATED

- PostsPost
  - `id` string, required — identifiers of the post
  - `title` string — title of the post
  - `description` string — description of the post
  - `allow_comments_and_reactions` boolean, required — allow comments and reactions on the post
  - `published_at` string — date when the post has been published
  - `created_at` string, required — date when the post has been created
  - `updated_at` string, required — date when the post has been updated
  - `visits_count` integer, required — number of visits of the post
  - `cover_image_url` string — url of the cover image
  - `posts_group_id` string — group identifier of the post, references to posts/groups endpoint
  - `comments_count` integer, required

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
