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
Example request
{
"to_folder_id": "FAF2lZtloor",
"item_id": "Msd59349ff"
}Response
OK