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

# Use Swagger UI

> Authenticate Swagger UI for the Gorelo API by pasting your API key into the apiKey dialog so every Try it out call includes the key automatically.

Use the API depending on the region you opted to host your data on in Gorelo:

<Tabs>
  <Tab title="US">
    <Steps>
      <Step title="Navigate to https://api.usw.gorelo.io/swagger" />

      <Step title="Click Authorize (top right)." />

      <Step title="In the apiKey dialog, paste the key value" />

      <Step title="Click Authorize → Close">
        All “Try it out” calls will include your key automatically.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Australia">
    <Steps>
      <Step title="Navigate to https://api.aue.gorelo.io/swagger" />

      <Step title="Click Authorize (top right)." />

      <Step title="In the apiKey dialog, paste the key value" />

      <Step title="Click Authorize → Close">
        All “Try it out” calls will include your key automatically.
      </Step>
    </Steps>
  </Tab>
</Tabs>
