---
title: "Create"
method: POST
path: "/public/api/events"
tags: ["Events"]
---

# Create

`POST /public/api/events`

You may create a new single or multiple events using this action.
When creating a single event object the body contains a json object, when creating multiple events 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
  - `title` string
  - `description` string
  - `start_date` string
  - `end_date` string
  - `event_type` string
  - `group_ids` string[]
  - `images` string[]
  - `category` string
  - `store_id` string

## Response `200`

OK

## Changes

- **2026-08-16** `3e9bb3bab8a0` — 2 warning, 2 info
  - removed the request property `event_category`
  - removed the optional property `event_category` from the response with the `200` status
  - added the new optional request property `category`
  - added the optional property `category` to the response with the `200` status

[Change history](https://skmtc.dev/yoobic/apis/yoobic-public-api/changes/public/api/events/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/593de97b4f65/schema)
