Create a folder
Creates one folder at path, creating missing parents, or directly inside parentId when sent with name. Not an upsert: a path already holding a folder is a conflict, so this never merges into an existing folder.
Authorizations
Workspace-scoped API key, sent as a bearer token. The recommended header. The workspace is implicit in the key and never appears in a URL.
Body
- Create by path
- Create in a parent
Create the folder at an absolute path. Missing parent folders are created on the way.
Absolute path for the new folder. Missing parent folders are created on the way.
"/projects/reports"
Response
Created. The folder is in the live files.
Type discriminator. Always folder.
folder Stable id. Survives a rename or a move.
"dir_9f2k1x8b3m7q0v"
Leaf name, without any part of the path.
"reports"
The containing folder, or null when this folder sits at the root.
"dir_4k1n8p2v5m7q0x"
Path of the containing folder. / at the root.
"/projects"
Live folder location. Changes when the folder moves.
"/projects/reports"
When true, a change to any file inside this folder goes to review instead of being accepted automatically, however the file itself is flagged.
When the folder was created.
"2026-07-01T09:12:00.000Z"
When the folder was last updated.
"2026-08-01T14:03:00.000Z"