---
title: "Creates a new event"
method: POST
path: "/events"
---

# Creates a new event

`POST /events`

## Request body

- EventData — The data for a Ceramic event that is part of a Ceramic Stream
  - `data` string, required — Multibase encoding of event data.

## Response `204`

success

## Other responses

- `400` — bad request
- `500` — Internal server error

---

[API](https://skmtc.net/ceramicnetwork/apis/ceramic-api.md) · [All operations](https://skmtc.net/ceramicnetwork/apis/ceramic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ceramicnetwork/ceramic-api/versions/f6dfb5c90009/schema)
