Create Live Collection Item(s)

Create item(s) in a collection that will be immediately published to the live site.

To create items across multiple locales, please use this endpoint.

Required scope | CMS:write

Path parameters

collection_idstringRequiredformat: "objectid"
Unique identifier for a Collection

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Details of the item(s) to create

Collection ItemobjectRequired

A Collection Item represents a single entry in your collection. Each item includes:

  • System metadata - Automatically managed fields like IDs and timestamp
  • Status flags - Controls for managing content state: isDraft, isArchived
  • Content fields - Stored in fieldData. Each item needs a name and slug, and may include additional fields matching your collection’s schema definition.
OR
Multiple Live ItemsobjectRequired

Response

Request was successful
idstring
Unique identifier for the Item
lastPublishedstringformat: "date-string"
The date the item was last published
lastUpdatedstringformat: "date-string"
The date the item was last updated
createdOnstringformat: "date-string"
The date the item was created
fieldDataobject
cmsLocaleIdstring or null
Identifier for the locale of the CMS item
isArchivedboolean or nullDefaults to false
Boolean determining if the Item is set to archived
isDraftboolean or nullDefaults to false
Boolean determining if the Item is set to draft

Errors