This section provides documentation for the ZeroBot API endpoints.
Welcome
The ZeroBot API allows you to interact with the ZeroBot chat system programmatically. You can retrieve system messages, create chat completions, and more.Base URL
All API endpoints are relative to the following base URL: https://api.zerobot.aiAuthentication
Bearer token-based authentication is currently not implemented for the ZeroBot API. The API endpoints are publicly accessible without authentication.Modalities
The following modalities are available in the ZeroBot API:Text generation
Creates a completion for the provided prompt and parameters.
Text-to-speech
Creates lifelike speech given a prompt.
Text-to-image
Creates an image given a prompt.
Text-to-video
Creates a video given a prompt.