cURL
curl --request POST \ --url https://chat.api.toolzz.com.br/api/v1/knowledge/folder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "knowledgebaseId": "<string>" }'
{ "id": "<string>", "institutionId": "<string>", "name": "<string>", "isRoot": true }
Endpoint para criar uma pasta na Base de Conhecimento
Show Request