> ## Documentation Index
> Fetch the complete documentation index at: https://assembly-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

The AssemblyAI Cookbook is a resource of code examples, guides, and tutorials for using the AssemblyAI API. Want to learn more about AssemblyAI? Check out this video

<Frame>
  <iframe width="100%" height="300" src="https://www.youtube.com/embed/UT1sBCuSJxE?si=qnzIeUYcpUVYcwdL" title="Product Overview" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

You will need an AssemblyAI account and API key to use these code examples. [Click here](https://www.assemblyai.com/dashboard/signup) to create and account for free.

Most code examples are written in Python or Javascript, but the concepts contained in these examples can be applied to any language. You can learn more about our various models in features in our [official documentation](/).

## Cookbook Categories

<CardGroup cols={2}>
  <Card title="🎙️ Core Transcription" href="https://github.com/AssemblyAI/cookbook/blob/master/core-transcription/README.md">
    Core Transcription enables you to transcribe spoken words into written text and is the foundation of all AssemblyAI products.
  </Card>

  <Card title="🤖 Audio Intelligence" herf="https://github.com/AssemblyAI/cookbook/blob/master/audio-intelligence/README.md">
    Our Audio Intelligence models analyze audio and provide additional insights beyond speech to text.
  </Card>

  <Card title="🕒 Streaming SST" href="/cookbooks/streaming-sst/separating-automatic-language-detection-from-transcription">
    Transcribe live audio streams with high accuracy and low latency.
  </Card>

  <Card title="🐾 LeMUR" href="cookbooks/lemur/automatically-generate-action-items-from-a-meeting-with-lemur">
    Apply Large Language Models to spoken data.
  </Card>
</CardGroup>
