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

# Quick Start

> Get up and running quickly with simple steps to authenticate, upload files, and extract data using the fileAI API.

<Steps>
  <Step title="Test Your Connection">
    <CardGroup cols={2}>
      <Card title="API Reference" icon="code" iconType="solid" horizontal href="https://developers.file.ai/reference/authentication#/" />
    </CardGroup>

    <Frame>
      ![](https://files.readme.io/cd64c5f60bdf6faf1b1cd803398edaede6dbf27dd720d0055638d6a55acad43f-carbon_2.png)
    </Frame>

    <Icon icon="square-check" iconType="solid" /> **Success Response:** `{"message": "Public API is up and running!"}`
  </Step>

  <Step title="Upload Your First File">
    **Request an upload URL:**

    <CardGroup cols={2}>
      <Card title="API Reference" icon="code" iconType="solid" horizontal href="https://developers.file.ai/reference/publicapicontroller_uploadfilerequest#/" />
    </CardGroup>

    <Frame>
      ![](https://files.readme.io/75242f660a44712bb88563ebd407f317c394cd4f3467d275bff5815dcedaf9c3-carbon_6.png)
    </Frame>

    \**Upload your file to the returned presigned URL, then check your results:*

    <CardGroup cols={2}>
      <Card title="API Reference" icon="code" iconType="solid" horizontal href="https://developers.file.ai/reference/publicapicontroller_getalldocuments#/" />
    </CardGroup>

    <Frame>
      ![](https://files.readme.io/b70d981b76c37b1c04e44026bd32ad89c076b19041a36e50539910fb12869990-carbon_7.png)
    </Frame>

    That's it! Your file is now processed and structured data is extracted automatically.
  </Step>
</Steps>
