Create Collection Item
Create a new collection item. To upload a new image to an attachment field, set the field value to the image URL. To reuse an existing image from a collection, set the field value to the fileId property.
Path parameters
collection_id
Unique identifier for a Collection
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept-Version
The API version
Query parameters
live
Boolean indicating if the item(s) should be published/unpublished to/from the live site
Request
The collection item to create
fields
The fields for the new item
Response
Request was successful
_archived
Boolean determining if the Item is set to archived
_draft
Boolean determining if the Item is set to draft
_id
Unique identifier for the Item
_cid
Unique identifier for the Collection the Item belongs within
name
Name given to the Item
slug
URL structure of the Item in your site. Note: Updates to an item slug will break all links referencing the old slug.