Create a folder

POST/api/folders/create

Creates a folder (the second level of the cabinet hierarchy) in the caller's own workspace under owner. Omitting drawer_id (or passing null) creates a root-level folder, not nested under any drawer. Requires reports:write.

Body Parameters

ownerstringrequired
Workspace owner slug.
titlestringrequired
drawer_idstring
Parent drawer id. Omit or pass null for a root-level folder.