Skip to main content
Question

API "POST Create Folder"

  • May 22, 2025
  • 1 reply
  • 6 views

Forum|alt.badge.img

I am playing with the Folders API, specifically the "POST Create folder" . I can successfully POST a single folder where I want it with any given name.

However Is there anyway or is there an API for posting multiple folders? I am using a "GET" call from another application and it will pull several records that I want individual folders to "POST"

1 reply

Forum|alt.badge.img

Hey Tom, 

You can do what you are after by using the --bulk-file-path option using the CLI. We don't have an endpoint that creates multiple folders at once outside of that... you'd have to call the create folder endpoint multiple times in a for loop as an example. 

Thanks,

Alex, Box Developer Advocate