Skip to main content
BrainPredict CommerceGetting Started

BrainPredict Commerce Quick Start Guide

5 min readLast updated: January 2, 2025

Welcome to BrainPredict Commerce

This quick start guide will help you get up and running with BrainPredict Commerce e-commerce intelligence platform in just a few minutes.

Prerequisites

  • Active BrainPredict Commerce subscription (Starter €399/month for 1-10 licenses, Professional €999/month for 11-25 licenses, Enterprise €1,999/month for 26-50 licenses, or Custom for 51+ licenses)
  • API key from your BrainPredict Commerce portal
  • E-commerce platform (Shopify, WooCommerce, Magento, or custom)
  • Basic knowledge of REST APIs

Step 1: Get Your API Key

Log in to your BrainPredict Commerce portal and navigate to Settings → API Keys. Click "Generate New Key" and copy your API key. Keep this secure!

Step 2: Install the SDK (Optional)

We provide SDKs for popular programming languages:

# Python
pip install brainpredict-commerce-sdk

# JavaScript/Node.js
npm install brainpredict-commerce-sdk

# PHP
composer require brainpredict-commerce/sdk

# Ruby
gem install brainpredict-commerce-sdk

Step 3: Make Your First API Call

Here's a simple example to get personalized product recommendations:

import requests

headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
}

data = {
    'user_id': 'user123',
    'context': 'homepage',
    'limit': 10
}

response = requests.post(
    'https://api.brainpredict.ai/api/v1/personalization/recommendations',
    headers=headers,
    json=data
)

recommendations = response.json()
print(recommendations)

Step 4: Integrate with Your Platform

Follow our platform-specific integration guides:

Step 5: Configure Your AI Features

Enable and configure the BrainPredict Commerce AI features you want to use:

  • Product Personalization: AI-powered recommendation engine
  • Social Commerce: Automated social media content generation
  • Review Intelligence: Sentiment analysis and response automation
  • SEO Optimization: AI-generated SEO content
  • Fraud Detection: Real-time fraud prevention
  • Customer Lifetime Value: CLV prediction and optimization

Next Steps

Now that you're set up, explore these resources:

Need Help?

Our support team is available 24/7 for Enterprise customers and during business hours for other tiers. Contact us at support@brainpredict.ai or through the chat widget.

Need More Help?

Our support team is here to assist you with BrainPredict Commerce

BrainPredict [Slug] - AI-Powered Platform