cURL
curl --request POST \ --url https://chat.api.toolzz.com.br/api/v1/knowledge/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "unityId": "<string>" }'
{ "id": "<string>", "title": "<string>", "description": "<string>", "documentCount": 123, "wordCount": 123, "icon": "<string>", "status": 123, "isActivated": true }
Endpoint para criar uma Base de Conhecimento