Create a folder This API will create a folder from the value given in the body POST /v4/folder API permissions DIR_CREATE Body { "name": "/folder/subfolder" } Try it out Request Copy-paste the cURL request in your Terminal or click on the API Explorer tab to see the API in action. host: 'https://api.filerobot.com' path: /fusqadtm/v4/folder headers: X-Filerobot-Key: 19692813e7364ef8ad6a6504d50a12ca theme: clouds-midnight editor_theme: clouds_midnight method: POST body: | { "name": "/new-folder" } render: curl_tab: true Response { "status": "success", "action": "directory_created", "folder_uuid": "88c03bb7-4024-5884-b8fd-069b41d2f687" } trending_flat Previous List Next Rename trending_flat Was this page helpful? Let us know how to become better 😊