Skip to main content
POST
Create a folder
Create a new folder in a deployment’s workspace. Provide a name, and optionally a parentId to nest the folder inside an existing one (omit it to create the folder at the workspace root). An optional position controls the folder’s ordering among its siblings. Requires the AI BI User role (or higher). When parentId is set, the caller must additionally have edit or manage access to that parent folder. Folders can be nested up to a fixed maximum depth; exceeding it returns 400.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
folder
object
required

Response

Created

data
object
required