v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-214977372.7 KB
Digital Asset Management (DAM)
Managing folders

Create folder

This will create a new folder. You can specify the folder name and location of the parent folder where this new folder should be created.

post/v1/folder

Request body

folderNamestring required

The folder will be created with this name.

All characters except alphabets and numbers (inclusive of unicode letters, marks, and numerals in other languages) will be replaced by an underscore i.e. _.

parentFolderPathstring required

The folder where the new folder should be created, for root use / else the path e.g. containing/folder/.

Note: If any folder(s) is not present in the parentFolderPath parameter, it will be automatically created. For example, if you pass /product/images/summer, then product, images, and summer folders will be created if they don't already exist.

Response

Folder created successfully.

object required