Skip to main content

Integration Guides

Simple, step-by-step guides to connect our AI platforms to your existing systems

Shopify

Easy5 minutes
1

Install BrainPredict Commerce app from Shopify App Store

2

Authorize API access to your store

3

Configure AI models and features

4

Start receiving intelligent recommendations

WooCommerce

Easy10 minutes
1

Install BrainPredict Commerce WordPress plugin

2

Enter your BrainPredict Commerce API key

3

Configure webhook endpoints

4

Enable desired AI features

Magento

Medium15 minutes
1

Download BrainPredict Commerce Magento extension

2

Install via Composer or manual upload

3

Configure API credentials in admin panel

4

Run setup command and clear cache

Custom Platform (REST API)

Medium30 minutes
1

Generate API key from BrainPredict Commerce dashboard

2

Implement REST API endpoints in your platform

3

Configure webhook listeners for real-time updates

4

Test integration with sample data

Need Custom Integration?

Our REST API provides full flexibility for custom integrations. Check out our comprehensive API documentation.

Quick Start Example

BrainPredict Commerce REST API
curl -X POST https://api.brainpredict.ai/v1/commerce/recommendations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "customer_id": "customer_123",
    "context": "product_page",
    "product_id": "prod_456"
  }'