Create a new folder in the file store at the specified path

Creates a new folder structure within the file store.
The folder is created at the specified folder path with the given folder name.
If the parent path doesn't exist, it will give path does not exist validation error.

Use this endpoint when you need to:

  • Create an organizational structure before uploading files
  • Create a dedicated space for a specific set of files
  • Generate folder hierarchies for structured data storage
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The request object containing:

  • FolderPath: The path where the new folder should be created. (It can be kept empty to create folder inside file store root folder.)
  • FolderName: The name of the folder to be created.
string | null
string | null
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

400

Bad Request

403

Forbidden

404

Not Found

503

Service Temporarily Unavailable

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json