> ## 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.

# Video API

> Generate videos using TensorAI Video Models

## Overview

The TensorAI Video API enables programmatic video generation using state-of-the-art models like SeeDance.

## 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 Video API supports:

* **Text to Video**: Create videos from text prompts
* **Image to Video**: Animate images into videos

View the sidebar for detailed endpoint documentation.
