To see an example of how to include query parameters in a request, see theJSON API Overviewpage.
Parameters
Parameter name
Value
Description
Path parameters
bucket
string
The parent bucket of the folder.
Optional query parameters
recursive
boolean
If set to true, the method creates all the non-existing parent folders. If not set or set to false,
the request fails if any parent folder doesn't exist.
Request body
In the request body, supply afolder
resourcewith the following properties:
Property name
Value
Description
Required Properties
name
string
The name of the folder.
Response
If successful, this method returns aFolder resourcein the response body.
For information about status and error codes returned by this API, see thereference page.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-24 UTC."],[],[]]