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_idstringRequired

Unique identifier for a Collection

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
Single Live 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

lastPublishedstring

The date the item was last published

lastUpdatedstring

The date the item was last updated

createdOnstring

The date the item was created

isArchivedboolean

Boolean determining if the Item is set to archived

isDraftboolean

Boolean determining if the Item is set to draft

fieldDataobject
cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

Errors