Folders
Create Documents Folder
Create a new folder to store your documents.
For the full list of folder operations and their limitations, see Organize Documents and Folders.
post/public/v1/documents/folders
Request body
Example request
{
"name": "A new document folder",
"parent_uuid": "Nq8htXxFssmhRxAPSP4SBP"
}Response
Example response
{
"uuid": "Nq8htXxFssmhRxAPSP4SBP",
"name": "A new document folder",
"date_created": "2021-10-15T10:43:04.103331Z"
}