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

# Introduction

> Welcome to the home of TensorPIx API documentation

## Learning Essentials

We recommend starting with the essentials to get a good understanding of how TensorPix works.

<CardGroup cols={2}>
  <Card title="Authentication" icon="lock" href="/essentials/authentication">
    Learn how to authenticate with the TensorPix API
  </Card>

  <Card title="Credits" icon="coins" href="/essentials/credits">
    What are Credits and how to use them
  </Card>

  <Card title="Storage" icon="floppy-disk" href="/essentials/storage">
    How does media storage work in TensorPix?
  </Card>

  <Card title="Parallel Processing" icon="forward" href="/essentials/parallel-processing">
    How to process multiple videos at once
  </Card>
</CardGroup>

## API Reference

If you want to dive deeper into the API, you can check out the [API Reference](/api-reference) for detailed information on all available endpoints, request parameters, and response formats.

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference">
    Detailed documentation of all API endpoints, request parameters, and response formats
  </Card>
</CardGroup>

## Code Recipes

Recipes are a great way to get started with TensorPix. They provide ready-to-use code snippets that you can copy and paste into your projects.

<CardGroup cols={2}>
  <Card title="Video Enhancing" icon="video" href="/recipes/video-enhancing">
    Code recipes for enhancing video quality using TensorPix
  </Card>

  <Card title="Image Enhancing" icon="image" href="/recipes/image-enhancing">
    Code recipes for enhancing image quality using TensorPix
  </Card>
</CardGroup>
