---
title: "Create image collections"
method: POST
path: "/v2/images/collections"
tags: ["images"]
---

# Create image collections

`POST /v2/images/collections`

This endpoint creates one or more image collections (lightboxes). To add images to the collections, use `POST /v2/images/collections/{id}/items`.

## Request body

- object — Collection creation request
  - `name` string, required — The name of the collection

## Response `201`

Successfully created image collection

- object — Collection creation response
  - `id` string, required — ID of the new collection

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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)
