---
title: "Move Videos to Folder"
method: POST
path: "/serve/api/v1/folders/move"
---

# Move Videos to Folder

`POST /serve/api/v1/folders/move`

## Request body

- object
  - `folder_id` integer, required — Target folder id. -1 = Default folder. Must already exist and belong to your account (not auto-created).
  - `video_nos` string[], required — Video identifiers to move. Max 500 per request.

## Response `200`

Successful response

- GenericJsonResponse
  - `code` union
    - string
    - integer
  - `msg` string
  - `data` union
    - object
    - object[]
    - string
  - `success` boolean
  - `failed` boolean

---

[API](https://skmtc.net/memories/apis/screenplay-extraction-api.md) · [All operations](https://skmtc.net/memories/apis/screenplay-extraction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memories/screenplay-extraction-api/versions/720c8c144ddc/schema)
