Create Collection Item(s)

Create Item(s) in a Collection.

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

Collections Items Create Item Request0objectRequired

A new Collection Item that will be created in the draft state.

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
Collections Items Create Item Request1objectRequired

Response

Request was successful

idstring

Unique identifier for the Item

fieldDataobject
cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

lastPublishedstringOptionalformat: "date-string"

The date the item was last published

lastUpdatedstringOptionalformat: "date-string"

The date the item was last updated

createdOnstringOptionalformat: "date-string"

The date the item was created

isArchivedbooleanOptionalDefaults to false

Boolean determining if the Item is set to archived

isDraftbooleanOptionalDefaults to true

Boolean determining if the Item is set to draft

Errors