---
title: "Creates a new item in a specified List, within a Space."
method: POST
path: "/api/v1/createItem/{spaceId}"
tags: ["Item"]
---

# Creates a new item in a specified List, within a Space.

`POST /api/v1/createItem/{spaceId}`

## Path parameters

- `spaceId` string, required

## Request body

- object
  - `listId` string — The ID of the list within the space where the item will be created. Must be a non-empty string.
  - `title` string — The title of the item. Must be a non-empty string.
  - `note` string — The note content of the item. Optional.
  - `image` string — The URL of the image associated with the item. Optional.
  - `link` string — The URL of the link associated with the item. Optional.
  - `generated_by` object
    - `model` string
    - `job_id` string
    - `appDescription` string
    - `appSubtitle` string
    - `appID` string
    - `appName` string
    - `appIcon` string
    - `appTags` string[]
  - `isAIPrompt` boolean

## Response `200`

OK

- object
  - `id` string
  - `title` string
  - `note` string
  - `img` string
  - `url` string
  - `pageID` string
  - `spaceID` string
  - `sortIndex` integer
  - `send_approval_email` boolean
  - `readMorePageSlug` string
  - `is_archived` boolean
  - `completed` boolean
  - `actionType` string
  - `fileURL` string
  - `fileName` string
  - `createdAt` string, date-time
  - `is_image_full_width` boolean
  - `submitted_by` object
  - `urlMetadata` object
  - `image_generated_on_hero` boolean
  - `isAIPrompt` boolean
  - `owner_uid` string
  - `ticketType` string
  - `generated_by` object

## Other responses

- `400` — Bad Request

---

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