> ## 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 结构，并/或以编程方式复现帖子。
