> ## 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 對話框中貼上 key 值" />

      <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 對話框中貼上 key 值" />

      <Step title="點擊 Authorize → Close">
        所有「Try it out」呼叫會自動包含你的金鑰。
      </Step>
    </Steps>
  </Tab>
</Tabs>
