---
title: "Add images to collections"
method: POST
path: "/v2/images/collections/{id}/items"
tags: ["images"]
---

# Add images to collections

`POST /v2/images/collections/{id}/items`

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

## Path parameters

- `id` string, required

## Request body

- object — Request to get a list of items in a collection
  - `items` object[], required — List of items
    - `added_time` string, date-time — The date the item was added to the collection
    - `id` string, required — ID of the item
    - `media_type` string — The media type of the item, such as image, video, or audio

## Response `204`

Successfully added collection items

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Collection not found

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/versions/d2e03e7f655d/schema)
