---
title: "Move Documents"
method: POST
path: "/api/v2/eevee/apikey/move/"
---

# Move Documents

`POST /api/v2/eevee/apikey/move/`

Move one or more documents from a source folder to a destination folder.

## Headers

- `apikey` string, required

## Request body

- object
  - `source_folder_id` string, required — The ID of the folder where the documents are currently located.
  - `dest_folder_id` string, required — The ID of the folder to which the documents will be moved.
  - `doc_ids` string[], required — A list of document IDs to move.

## Response `200`

200

- object
  - `error` string
  - `error_code` string
  - `message` string
  - `status` string
  - `status_code` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/docsumo/apis/docsumo-api.md) · [All operations](https://skmtc.dev/docsumo/apis/docsumo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docsumo/docsumo-api/revisions/b29ba62ebe9b/schema)
