---
title: "Document move to folder"
method: POST
path: "/public/v1/documents/{id}/move-to-folder/{folder_id}"
tags: ["Documents"]
---

# Document move to folder

`POST /public/v1/documents/{id}/move-to-folder/{folder_id}`

This operation allows you to move a document to a folder by specifying the document ID and folder ID.

## Path parameters

- `id` string, required
- `folder_id` string, required

## Response `204`

No content

## Other responses

- `401` — Authentication error
- `403` — Permission error
- `404` — Not found
- `423` — Document is locked for editing
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
