images

Add images to collections

This endpoint adds one or more images to a collection by image IDs.

post/v2/images/collections/{id}/items

Path parameters

idstring required

Collection ID

Request body

Example request

{
  "items": [
    {
      "added_time": "2020-05-29T12:10:22-05:00",
      "id": "1690105108",
      "media_type": "image"
    }
  ]
}

Response

Successfully added collection items

Changes

No recorded changes to this endpoint across all 1 revision of this API.