Skip to main content
Question

How to upload folder to box using api postman

  • May 22, 2025
  • 3 replies
  • 49 views

Forum|alt.badge.img

I want to upload folder directly to box using api postman. Please help me with the solution

3 replies

Forum|alt.badge.img

Hello Surya, 

Have you already installed Postman and the Box collection? If so, are you stuck on a particular piece of making the API call?


Forum|alt.badge.img

Hi Kourtney,

I installed  postman and i am able to upload file using api call in postman.

But my requirement is upload folder(contains files) directly to box using api call in postman.


Forum|alt.badge.img

Ah apologies, I misread. We currently do not have an endpoint to achieve this. You will have to: 

  1. Create folder: https://developer.box.com/reference/post-folders/
  2. Upload each file: https://developer.box.com/reference/post-files-content/