latestOpenAPI 3.0.0©2023 All Rights Reserved2026-08-1459317455.5 KB

96535efdbde5

folder

Moves an item to another folder. You must specify the folder ID of the destination folder, as well as the ID of the item you want to move.

NOTE: In some situations, a single item can exist in multiple folders. If you attempt to move an item that exists in multiple folders, the API returns an item_in_multiple_folders error. In this case, you must use the Canva UI to move the item to another folder.

post/v1/folders/move

Request body

to_folder_idstring required

The ID of the folder you want to move the item to (the destination folder). If you want to move the item to the top level of a Canva user's projects, use the ID root.

item_idstring required

The ID of the item you want to move. Currently, video assets are not supported.

Example request

{
  "to_folder_id": "FAF2lZtloor",
  "item_id": "Msd59349ff"
}

Response

OK