Create Folder

Creates a new folder.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create a new folder under your account.

Send full_path as an absolute path starting with / (for example /Conference sessions). Nested folders use multiple segments (/Parent/Child).

A successful create returns 200. The create response includes id, path (the full path you created), created_at (unix timestamp as a string), and user_id. It does not include name — that appears on Lookup Folder.

📘

Folder id values are numeric strings (for example "1259852"), not UUIDs.

📘

After create, list/search by title can lag briefly. Poll List Folders or lookup by id until the folder is visible.

Request body

Send JSON with Content-Type: application/json.

FieldTypeDescription
full_pathstringRequired. Absolute folder path, including the leading /.

Response

CodeMeaning
200Folder created.
500Create failed. Creating a path that already exists returns this status with detail: error creating folder.
Body Params
string
required

Absolute folder path including the leading / (for example /Conference sessions).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json