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

# Overview

# Uploading The Medical Records

<Note>
  This section provides an overview of uploading the medical records.
</Note>

<Steps>
  <Step title="Step 1: Upload Record">
    To upload a file, the client must first obtain a presigned URL.

    * **Note:** Ensure to adhere to any specified limits for the file sizes and formats.
    * **API Reference:** [Obtain Authorization](/api-reference/user-app/records/obtain-authorization)
  </Step>

  <Step title="Step 2: Upload Record">
    After receiving the presigned URL, use it to upload the document through the second API.

    * **Credentials:** Make sure to include the necessary credentials in your request to authenticate the upload process.
    * **API Reference:** [Upload Records](/api-reference/user-app/records/upload-records)
  </Step>
</Steps>
