> ## 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 Forum API

> Pool comment threads, IPFS image uploads, and forum browsing tied to a LaunchLab launch. Wallet-signed via ray-token.

The Forum API enables discussion and community engagement around LaunchLab pools. Post comments with optional image attachments and retrieve pool discussion threads. All write operations require authentication via the Auth API.

## API Endpoints

**Mainnet:** [https://launch-forum-v1.raydium.io](https://launch-forum-v1.raydium.io)\
**Devnet:** [https://launch-forum-v1-devnet.raydium.io](https://launch-forum-v1-devnet.raydium.io)

## Authentication

**Read operations (GET):** No authentication required.

**Write operations (POST):** Requires `ray-token` header — a JWT issued by the Auth API after wallet signature verification.

[Get token from Auth API](/api-reference/launch-auth-v1/overview)

## Request Headers

When posting comments, include the authentication header:

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

## Features

* **Post Comments:** Submit text comments with optional image attachments (max 5 MB)
* **Browse Discussions:** View all comments on a pool with pagination
* **Content Moderation:** NSFW detection and hidden comments filtering
* **Pagination:** Query with `lastId` and `fetchType` (old/new) for efficient browsing
* **Image Upload:** Comments support Pinata IPFS image hosting

## Use Cases

* **Community discussion** around token projects
* **Project announcements** and updates via comments
* **User feedback** and sentiment tracking
* **Social proof** and community engagement metrics
* **Content moderation** with NSFW and spam detection

## Related Resources

[Auth API](/api-reference/launch-auth-v1/overview)\
[Mint API](/api-reference/launch-mint-v1/overview)\
[LaunchLab Platform Overview](/products/launchlab)
