Create an Account
Endpoint used to create a new account in Toolzz Chat.
Request Example
Section titled “Request Example”curl --request POST \ --url 'https://chat.toolzz.ai/platform/api/v1/accounts' \ --header 'Authorization: Bearer <token>'Request Description
Section titled “Request Description”Access Token
Section titled “Access Token”| Parameter | Type | Description | Required |
|---|---|---|---|
Authorization | String | Access token (must contain “Bearer” before the token) | Yes |
Security
Section titled “Security”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.