---
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

---

[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/3e9bb3bab8a0/schema)
