> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zerobot.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> ZeroBot API Documentation

<Note>This section provides documentation for the ZeroBot API endpoints.</Note>

## 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.ai](https://api.zerobot.ai)

## Authentication

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:

<Card title="Text generation" icon="text-width" href="/api-reference/modalities/completions">
  Creates a completion for the provided prompt and parameters.
</Card>

<Card title="Text-to-speech" icon="comments" href="/api-reference/modalities/text-to-speech">
  Creates lifelike speech given a prompt.
</Card>

<Card title="Text-to-image" icon="image" href="/api-reference/modalities/text-to-image">
  Creates an image given a prompt.
</Card>

<Card title="Text-to-video" icon="video" href="/api-reference/modalities/text-to-video">
  Creates a video given a prompt.
</Card>
