Skip to main content
POST
Idempotently create missing folders along a Storage root-relative path.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Body

application/json
path
string
required

Folder path relative to the Storage root. Leading and trailing slashes are optional.

Maximum string length: 1024
Example:

"exports/daily"

storageProviderConfigId
string

Optional configured storage id used only when the first path segment must be created at root. Omit for managed default storage.

restricted
boolean

Whether every newly created path segment should be restricted.

groups
string[]

Explicit allowed group ids applied to every newly created path segment.

users
string[]

Explicit allowed user ids applied to every newly created path segment.

Response

200

Folder path resolved or created.

Last modified on September 5, 2026