---
title: "Create"
method: POST
path: "/public/api/news"
tags: ["News"]
---

# Create

`POST /public/api/news`

You may create a new single or multiple news using this action.
When creating a single news object the body contains a json object, when creating multiple news objects the body contains an array of objects.    
**Warning: a maximum of 1000 items can be sent in a single request.**

## Headers

- `Accept` string

## Request body

- object
  - `user_id` string
  - `title` string
  - `description` string
  - `authorised_viewers` number
  - `images` string[]
  - `group_ids` string[]
  - `tags` string[]

## Response `200`

OK

---

[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/revisions/dd57df399bc4/schema)
