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

# Introduction

> Get started with Prem API's end-to-end encrypted AI APIs — authentication, chat completions, audio processing, and more.

## Not Sure Where to Start?

Below is a curated list of key documentation topics to help you get started with us:

<CardGroup cols={2}>
  <Card title="Authentication" icon="lock" href="/recipes/authentication" arrow="true">
    Use your API key to securely authenticate your requests.
  </Card>

  <Card title="Chat Completion" icon="message" href="/recipes/rvenc-chat-completion" arrow="true">
    Create chat completions with text and multimodal models
  </Card>

  <Card title="Audio Transcription" icon="microphone" href="/recipes/audio-transcription" arrow="true">
    Transcribe audio files to text
  </Card>

  <Card title="Audio Translation" icon="language" href="/recipes/audio-translation" arrow="true">
    Translate audio from any language to English
  </Card>

  <Card title="Errors" icon="bomb" href="./errors" arrow="true">
    Understand common errors and how to handle them effectively.
  </Card>
</CardGroup>

## Encryption

Learn about the end-to-end encryption protecting your data:

<CardGroup cols={2}>
  <Card title="Encryption" icon="shield-halved" href="./encryption" arrow="true">
    Understand our zero-knowledge encryption architecture.
  </Card>
</CardGroup>

## API Reference & Support

On the left-hand side of the screen, you’ll find the full API Reference. It includes every available endpoint, complete with mock requests and responses to help you prototype and build quickly.

## Need Help?

Please contact us at [support@premai.io](mailto:support@premai.io) for any support-related questions.
