cURL
curl --request POST \ --url https://chat.api.toolzz.com.br/api/v1/genAI/ \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "hasAssistant": true }
Endpoint para criar GenAI
Documentation IndexFetch the complete documentation index at: https://docs.toolzz.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
Use this file to discover all available pages before exploring further.
Show Payload