Integration Guides
Simple, step-by-step guides to connect our AI platforms to your existing systems
Shopify
Easy️ 5 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
Easy️ 10 minutes
1
Install BrainPredict Commerce WordPress plugin
2
Enter your BrainPredict Commerce API key
3
Configure webhook endpoints
4
Enable desired AI features
Magento
Medium️ 15 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
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"
}'