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

# 檢視 JSON

> 如何檢視 JSON 內容

<Steps>
  <Step title="建立貼文">
    在 Ayrshare [儀表板](https://app.ayrshare.com/) 中，前往左側導覽的「Posts」。
    透過選擇你想要的社群網路、貼文文字與媒體來建立新貼文。
  </Step>

  <Step title="找到 JSON 選項">
    點擊位於貼文建立表單底部的「\</> View JSON」按鈕。

    <img class="center" width="800" src="https://mintcdn.com/ayrshare-docs/BkNwRAXLA9nG0LQA/images/dashboard/post-creation-form.webp?fit=max&auto=format&n=BkNwRAXLA9nG0LQA&q=85&s=37b88a2d0c9066f2ffb5fb57db234bb8" alt="post creation form" data-path="images/dashboard/post-creation-form.webp" />
  </Step>

  <Step title="檢閱 JSON 內容">
    JSON 內容會顯示在對話框中，呈現所有將用於你貼文的參數與資料。

    <img class="center" width="800" src="https://mintcdn.com/ayrshare-docs/dKBti0xVDJrOZ19f/images/dashboard/view-json.webp?fit=max&auto=format&n=dKBti0xVDJrOZ19f&q=85&s=c6d7aae4f8c353c4c8288024da435fc3" alt="JSON payload preview" data-path="images/dashboard/view-json.webp" />
  </Step>

  <Step title="複製或使用 JSON">
    你可以複製 JSON 內容直接用於 Ayrshare API，或僅檢閱以了解你貼文資料的結構。
  </Step>
</Steps>

JSON 內容包含你貼文的所有資訊，包括所選的社群網路、貼文文字、媒體 URL，以及你所設定的任何其他選項。開發者可以透過它了解 API 結構，或以程式化方式重現貼文。
