> ## 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.

# 使用 Swagger UI

> 通过将 API 密钥粘贴到 apiKey 对话框，为 Gorelo API 的 Swagger UI 交互式文档完成身份验证，让每次 Try it out 调用都自动带入 X-API-Key 标头。文档包含按区域选择 Swagger URL、授权、请求测试与常见问题排查指南。

根据你选择在 Gorelo 中托管数据的区域使用 API：

<Tabs>
  <Tab title="US">
    <Steps>
      <Step title="导航到 https://api.usw.gorelo.io/swagger" />

      <Step title="点击 Authorize（右上角）。" />

      <Step title="在 apiKey 对话框中，粘贴密钥值" />

      <Step title="点击 Authorize → Close">
        所有 "Try it out" 调用都将自动包含你的密钥。
      </Step>
    </Steps>
  </Tab>

  <Tab title="Australia">
    <Steps>
      <Step title="导航到 https://api.aue.gorelo.io/swagger" />

      <Step title="点击 Authorize（右上角）。" />

      <Step title="在 apiKey 对话框中，粘贴密钥值" />

      <Step title="点击 Authorize → Close">
        所有 "Try it out" 调用都将自动包含你的密钥。
      </Step>
    </Steps>
  </Tab>
</Tabs>
