Skip to content

Create an Account

Endpoint used to create a new account in Toolzz Chat.

Terminal window
curl --request POST \
--url 'https://chat.toolzz.ai/platform/api/v1/accounts' \
--header 'Authorization: Bearer <token>'
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request. Additionally, the API is protected by other security measures to safeguard user data.