POST
/
api
/
v1
/
genAI
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
}

Body Description

name
string
required

The name of the genAI

Response Description

Below you will see the description of the bot response

id
uuid
required

Unique identifier for the entity.

name
string
required

Name of the entity.

hasAssistant
boolean
required

Indicates whether the entity has an assistant.