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

# View JSON

> JSON ペイロードの表示方法

<Steps>
  <Step title="Create a Post">
    Ayrshare の [Dashboard](https://app.ayrshare.com/) で、左側のナビゲーションから「Posts」に移動します。
    投稿したいソーシャルネットワーク、投稿テキスト、メディアを選択して新しい投稿を作成します。
  </Step>

  <Step title="Locate JSON Option">
    投稿作成フォームの下部にある「\</> View JSON」ボタンをクリックします。

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

  <Step title="Review JSON Payload">
    投稿に使用されるすべてのパラメータとデータを示す JSON ペイロードがモーダルに表示されます。

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

  <Step title="Copy or Use JSON">
    JSON ペイロードをコピーして Ayrshare API で直接使用したり、投稿データの構造を理解するために単に確認したりできます。
  </Step>
</Steps>

JSON ペイロードには、選択したソーシャルネットワーク、投稿テキスト、メディア URL、および設定した追加オプションを含む、投稿に関するすべての情報が含まれています。これは開発者が API 構造を理解したり、プログラム的に投稿を再現したりするのに使用できます。
