---
title: "Create homepage item"
method: POST
path: "/homepage/items"
tags: ["Homepage"]
---

# Create homepage item

`POST /homepage/items`

Creates a new homepage widget item for the authenticated user.

## Request body

- object
  - `typeId` string, required
  - `title` string
  - `config` object

## Response `201`

Homepage item created.

## Other responses

- `400` — Invalid data.
- `500` — Failed to create homepage item.

---

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