Item
Creates a new item in a specified List, within a Space.
POST
/
api
/
v1
/
createItem
/
{spaceId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
spaceId
string
requiredThe ID of the space where the item will be created. Must be a non-empty string.
Body
application/json
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
isAIPrompt
boolean
default: falseResponse
200 - application/json
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
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