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

# Suki APIs Quickstarts

> Quickstarts for Suki APIs

Get started with the Suki APIs by following the quickstarts below for your workflow of choice.

<CardGroup cols={2}>
  <Card title="Ambient API Quickstart" icon="rocket" href="/api-reference/quickstart" arrow={true}>
    Build your first Ambient session, Stream audio, and Retrieve the note in minutes.
  </Card>

  <Card title="Form Filling API Quickstart" icon="rocket" href="/form-filling-api-reference/quickstart" arrow={true}>
    Build your first Form filling session and retrieve structured data in minutes.
  </Card>

  <Card title="Ambient API Reference" icon="code" href="/api-reference/authentication/register" arrow={true}>
    Refer to the Ambient API reference to learn more about the Ambient API.
  </Card>

  <Card title="Form Filling API Reference" icon="code" href="/form-filling-api-reference/authentication/register" arrow={true}>
    Refer to the Form Filling API reference to learn more about the Form Filling API.
  </Card>

  <Card title="Dictation API Reference" icon="code" href="/api-reference/audio-transcription/create-session" arrow={true}>
    Refer to the Dictation API reference to learn more about the Dictation API.
  </Card>
</CardGroup>
