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

# Image API

> Generate images using TensorAI Image Models

## Overview

The TensorAI Image API allows you to integrate powerful image generation capabilities into your applications.

## Base URL

```bash theme={null}
https://api.tensorslab.com
```

## Authentication

All requests must include your API Key in the `Authorization` header:

```bash theme={null}
Authorization: Bearer <YOUR_API_KEY>
```

## Endpoints

The Image API provides the following main capabilities:

* **Text to Image**: Generate images from text descriptions
* **Image to Image**: Modify existing images based on prompts including SeeDream V4.0, V4.5, V5.0 Lite and Z-Image.

View the sidebar for detailed endpoint documentation.
