---
title: "Bulk Move Entities To Folder"
method: POST
path: "/v1/convai/knowledge-base/bulk-move"
tags: ["Conversational AI"]
---

# Bulk Move Entities To Folder

`POST /v1/convai/knowledge-base/bulk-move`

Moves multiple entities from one folder to another.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Request body

- BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost
  - `document_ids` string[], required — The ids of documents or folders from the knowledge base.
  - `move_to` string, nullable — The folder to move the entities to. If not set, the entities will be moved to the root folder.

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

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