POST
/
api
/
v1
/
folders
curl --request POST \
  --url https://bots.toolzz.ai/api/v1/folders \
  --header 'Authorization: Bearer <token>'
{
  "folder": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "name": "<string>",
      "workspaceId": "<string>"
    }
  ]
}

Body Parameters

worksapceId
string
required

The unique identifier of the workspace to create a folder for.

foldername
string
required

The name for the new folder.

Response Description

Below you will see the description of the function create a folder.

folder
object[]
required

The worksapce folder information.