Creates a new folder asset under the specified parent folder.

Behavior: Creates a new folder within the specified parent folder. The folder display name is required and must be provided in the request body. The new folder is immediately available for browsing and uploading assets into.

Authorization: Requires a valid Bearer token.

Side Effects: A new folder is created in storage and indexed for search.

Error Scenarios: Returns 400 if the display name is missing or the request body is invalid. Returns 401 if the caller is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The ID of the parent folder where the new folder will be created.

Body Params

The new folder details including the display name.

Represents a request to create a new folder within the asset hierarchy.

string
required
length ≥ 1

Gets or sets the visual name of the new folder. It can contain spaces and other characters.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

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