Skip to content

Publish Toolzz Bot

Endpoint used to publish a Toolzz Bot.

Terminal window
curl --request POST \
--url 'https://bots.toolzz.ai/api/v1/toolzz/{typebotId}/publish' \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
typebotIdstringThe unique identifier of the bot to be published.Yes

KeyTypeDescription
messagestringSuccessful publish confirmation message.

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.