Launch Hub
API

Launch Hub API

Full REST API for products, comments, upvotes, users, and more. Manage keys, explore endpoints, and test requests.

API Base URL
https://launch-hub.appwrite.vishodi.tech/functions/v1
GET/api-products

List and filter products. Supports pagination, category filtering, and sorting.

GET/api-product-detail

Get a single product with full details, comments, and upvote count.

GET/api-comments

Get comments for a product. Supports pagination.

POST/api-comments

Add a comment to a product. Supports threaded replies via parentId.

POST/api-upvote

Toggle upvote on a product. Returns new upvote state.

GET/api-users

Get user profile with products, comments, topics, and total upvotes.

GET/api-topics

List forum categories with optional recent topics per category.

GET/api-leaderboard

Get top products ranked by upvotes. Filter by time period.

GET/api-notifications

Get user notifications with unread count.

GET/api-search

Full-text search across products or forum topics.

GET/api-trending

Get trending products: hot (7-day), newest, and most discussed.