---
title: "Move many capsules to a different type in a single call"
method: POST
path: "/api/preview/capsules/batch/move"
tags: ["capsule"]
---

# Move many capsules to a different type in a single call

`POST /api/preview/capsules/batch/move`

## Request body

- object
  - `capsuleIds` string[], required — Capsule UUIDs to operate on
  - `targetTypeId` string, required — Type to move the capsules into

## Response `200`

Successful response

- object
  - `failed` object[], required
  - `succeeded` object[], 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)
