---
title: "Add capsules to a collection"
method: POST
path: "/api/preview/collections/{id}/capsules"
tags: ["collection"]
---

# Add capsules to a collection

`POST /api/preview/collections/{id}/capsules`

## Path parameters

- `id` string, required — UUID v4 string

## Request body

- object
  - `capsule_ids` string[], required — Capsule UUIDs to add to or remove from the collection

## Response `200`

Successful response

- object
  - `added` integer, required

---

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