cURL
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": [ {} ] }
Endpoint to create a new Toolzz Bot
Show typebot properties