Skip to main content
POST
Create Folder

Authorizations

Authorization
string
header
required

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

Path Parameters

libraryId
string
required

Unique identifier of the library.

Body

application/json
name
string
required

The display name of the folder. Used to identify and reference the folder in API requests or dashboards.

parent_id
string

ID of the parent folder this item belongs to. Use null for root level.

Response

data
object
required
message
string
required
success
boolean
required