---
title: "Move an artifact into a folder"
method: POST
path: "/v1/artifacts/{id}/folder"
tags: ["Folders"]
---

# Move an artifact into a folder

`POST /v1/artifacts/{id}/folder`

Pass `folder_id: null` to remove the artifact from its folder.

## Request body

- object
  - `folder_id` string, nullable, required

## Response `200`

Moved

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/shareout/apis/shareout-rest-api.md) · [All operations](https://skmtc.net/shareout/apis/shareout-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shareout/shareout-rest-api/versions/804359ead65a/schema)
