---
title: "POST /api/items"
method: POST
path: "/api/items"
---

# POST /api/items

`POST /api/items`

Creates a new item

## Request body

- string

## Response `200`

Item response

- Item
  - `id` string, required
  - `name` string, required
  - `createdAt` integer, required

---

[API](https://skmtc.dev/benchkram/apis/example-rest-api.md) · [All operations](https://skmtc.dev/benchkram/apis/example-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benchkram/example-rest-api/revisions/3adb2e8e259f/schema)
