POST
/
api
/
v1
/
accounts
/
{account_id}
/
portals
/
{portal_slug}
/
folders
curl --request POST \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/portals/{portal_slug}/folders

Parameters

account_id
string

account_id: The ID of the account to create a new folder for.

portal_slug
string

portal_slug: The slug of the portal to create a new folder for.