Documentation

Everything you need to know to get the most out of Monsa

Getting Started

1. Create an Account

Sign up for a Monsa account to get started.

Sign Up

2. Connect Your Store

Link your e-commerce platform to start tracking products.

3. Explore Products

Use our powerful tools to discover winning products and analyze market trends.

API Reference

Authentication

GET

All API requests require authentication using a Bearer token.

Authorization: Bearer YOUR_API_TOKEN

Get Products

GET

Retrieve a list of trending products.

GET /api/products

Response:

{
  "products": [
    {
      "id": "123",
      "name": "Product Name",
      "price": 29.99,
      "trend_score": 85
    }
  ]
}

Guides

Quick Start Guide

Get up and running with Monsa in 5 minutes.

Read More →

Integration Guide

Learn how to integrate Monsa with your platform.

Read More →

Analytics Guide

Make the most of our analytics features.

Read More →

VIP+ Features

Unlock advanced features with VIP+.

Read More →

Video Tutorials

Tutorial

Getting Started with Monsa

Learn the basics of using Monsa for product research.

5 min
Tutorial

Advanced Product Analysis

Deep dive into our advanced analysis tools.

8 min

Frequently Asked Questions

You can find your API key in your account settings under the "API" section.