v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
folders

Create Folder

post/api/public/v2/folders

Request body

namestring required

The name of the folder. Must be unique within its parent folder.

parent_idinteger nullable

The ID of the parent folder. If null or not provided, the folder will be created at the root level of the workspace.

workspace_idinteger

Optional workspace ID. If not provided, uses the workspace associated with your API key.

Response

Folder created successfully

successboolean

Indicates if the operation was successful