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

# LaunchLab 論壇 API

> 與 LaunchLab 開啟相關的資金池評論執行緒、IPFS 圖片上傳和論壇瀏覽。透過 ray-token 進行錢包簽名驗證。

<Info>
  **本頁內容由 AI 自動翻譯，所有內容以英文版本為準。**

  [查看英文版 →](/api-reference/launch-forum-v1/overview)
</Info>

論壇 API 能夠圍繞 LaunchLab 資金池進行討論和社群互動。發佈評論並支援選擇性圖片附件，以及檢索資金池討論執行緒。所有寫入操作都需要透過 Auth API 進行身分驗證。

## API 端點

**主網：** [https://launch-forum-v1.raydium.io](https://launch-forum-v1.raydium.io)\
**開發網：** [https://launch-forum-v1-devnet.raydium.io](https://launch-forum-v1-devnet.raydium.io)

## 身分驗證

**讀取操作 (GET)：** 不需要身分驗證。

**寫入操作 (POST)：** 需要 `ray-token` 標頭 — 這是 Auth API 在驗證錢包簽名後簽發的 JWT。

[從 Auth API 取得令牌](/zh-Hant/api-reference/launch-auth-v1/overview)

## 請求標頭

發佈評論時，請包含身分驗證標頭：

```
ray-token: <jwt_token_from_auth_api>
```

## 功能

* **發佈評論：** 提交文字評論並支援選擇性圖片附件（最大 5 MB）
* **瀏覽討論：** 查看資金池上的所有評論並支援分頁
* **內容審核：** NSFW 偵測和隱藏評論篩選
* **分頁：** 使用 `lastId` 和 `fetchType`（舊/新）進行高效瀏覽
* **圖片上傳：** 評論支援 Pinata IPFS 圖片託管

## 使用案例

* 圍繞代幣專案進行**社群討論**
* 透過評論進行**專案公告**和更新
* **使用者反饋**和情緒追蹤
* **社群認可**和社群互動指標
* 進行 NSFW 和垃圾內容偵測的**內容審核**

## 相關資源

[Auth API](/zh-Hant/api-reference/launch-auth-v1/overview)\
[Mint API](/zh-Hant/api-reference/launch-mint-v1/overview)\
[LaunchLab 平台概覽](/zh-Hant/products/launchlab)
