Skip to main content
POST
https://bots.toolzz.ai
/
api
/
v1
/
toolzz
Create a Toolzz Bot
curl --request POST \
  --url https://bots.toolzz.ai/api/v1/toolzz/ \
  --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.