# FluxShare - Create folder Call to create folder in fluxshare. Endpoint: GET /apps/fluxshare/createfolder Version: 6.6.1 Security: ZelID ## Query parameters: - `folder` (string, required) The name of the folder that will be created in fluxshare Example: "test" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.message` (string) Explanation of status