move_to_folder
File up to 50 existing transcriptions into a folder, or pass folder_id: null to move them out of any folder. The folder must already exist and belong to the signed-in person — call list_folders for the ids. Passing more than 50 ids is refused, not truncated. Requires an OAuth 2.1 user access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Target folder id, or null to remove them from any folder. | |
| transcription_ids | Yes | Transcription ids to move. At most 50 per call. |