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

# Quickstart - Postman

> Get started with our pre-built Postman collection

The Corti API Postman collection will guide you through all endpoints of our REST API, allowing you to try out the API and prototype your app.

<Tip>
  [Get your API credentials](/get_started/getaccess/) from the Corti Console.
</Tip>

***

Ready to get started?

<Steps titleSize="h3">
  <Step title="Getting Access">
    <AccordionGroup>
      <Accordion title="Finding your Credentials" icon="key">
        In your console project, navigate to "API Clients", on the left panel and select the client you would like to use.

        <Info>Access your console project [here](https://console.corti.app).</Info>
      </Accordion>

      <Accordion title="Create a Postman Account">
        If you haven't already, make a Postman account [here](https://identity.getpostman.com/signup)
      </Accordion>
    </AccordionGroup>

    <br />
  </Step>

  <Step title="Access the Corti API Postman Collection">
    [    <img src="https://mintcdn.com/corti/en_RPjQCFb1qJpbU/images/postman-button.svg?fit=max&auto=format&n=en_RPjQCFb1qJpbU&q=85&s=cd474fe776a1bf0405b7ec5dbdb2572b" alt="Run In Postman" width="128" height="32" data-path="images/postman-button.svg" />](https://www.postman.com/cortiai/corti-api/collection/4mh6o8i/corti-rest-api)
  </Step>

  <Step title="Using Postman">
    <AccordionGroup>
      <Accordion title="Filling in Variables">
        1. In the Postman Collection, click the "Corti REST API" collection header and navigate to the "Variables" tab
        2. Add your environment, tenant, client ID, and client secret found in your console to the values column.

        <Warning>Keep these credentials secure, do not share them with anyone.</Warning>
      </Accordion>

      <Accordion title="Authenticate">
        Navigate to the "Authorization" tab two options to the left from "Variables". All your variables should be blue. Click "Get New Access Token" to authenticate.
        <Info>If you are having trouble, click the Corti logo on the bottom left of this page to get help. </Info>
      </Accordion>
    </AccordionGroup>

    <br />
  </Step>

  <Step title="Build with Corti">
    Build your healthcare app with Corti's advanced AI. Please reach out if you have any questions.
  </Step>
</Steps>

<br />

<Note>Please [contact us](https://help.corti.app/) if you need more information about the Corti's Postman Collection.</Note>
