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

# Getting started

> Here you will find everything you need to know to get started with Vatis Streams.

Welcome to Vatis Docs! Boost your application with our powerful Speech-to-Text and Audio Intelligence streaming APIs.

<CardGroup cols={2}>
  <Card title="Get API access" icon="user" iconType="light" href="get-started/get-api-access">
    Create an account and get your API key to start using Vatis Streams.
  </Card>

  <Card title="Pre-recorded transcription" icon="file-audio" iconType="light" href="speech-to-text/pre-recorded/getting-started">
    Start transcribing audio files to text with our Speech-to-Text API.
  </Card>

  <Card title="Real-time transcription" icon="microphone" iconType="light" href="speech-to-text/real-time/getting-started">
    Process your live data feeds in real-time.
  </Card>

  <Card title="Audio Intelligence" icon="brain" iconType="light" href="audio-intelligence">
    Apply audio intelligence operations like summary, sentiment analysis, or your custom prompts over your audio content.
  </Card>

  <Card title="Code examples" icon="code" iconType="light" href="https://github.com/Vatis-Tech/vatis-streams-samples">
    Explore our integration samples repository.
  </Card>
</CardGroup>
