POST
/
api
/
v1
/
toolzz
curl --request POST \
  --url https://bots.toolzz.ai/api/v1/toolzz/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "workspaceId": "<string>",
  "typebot": {
    "name": "<string>"
  }
}'
{
  "typebots": [
    {}
  ]
}

Body Parameters

workspaceId
string
required

The workspace ID to create a bot for.

typebot
object
required
User needs to be authenticated

Response Description

Below you will see the description of the function create a toolzz bot.

typebots
object[]
required

The Bot created information.