---
title: "POST /documents/v1/move/{item_id}"
method: POST
path: "/documents/v1/move/{item_id}"
tags: ["Documents"]
---

# POST /documents/v1/move/{item_id}

`POST /documents/v1/move/{item_id}`

## Path parameters

- `item_id` string, required

## Request body

- S12DocumentsV1DocumentsPublicServiceMoveItemBody — Request to move an item (file or folder) to a different folder.
  - `target_folder_id` string — The ID of the folder where the item (file or folder) should be moved. If you don’t provide a target_folder_id, the item will be moved to the root folder. To get the `target_folder_id`, open the target folder in the SafetyCulture web app and copy the last part of the URL. For example, in this link `https://app.safetyculture.com/documents/9dd76834-65ef-41d3-815c-964df32450e4`, the target folder ID is `9dd76834-65ef-41d3-815c-964df32450e4`.

## Response `200`

A successful response.

- S12DocumentsV1MoveItemResponse

## Other responses

- `default` — An unexpected error response.

---

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