API
Documentation
Complete API reference for integrating BrainPredict's 602 AI models across 21 platforms
Quick Start
Get started with the BrainPredict API in minutes
Example: Authentication
curl -X POST "https://brainpredict.ai/api/auth/login" \
-H "Content-Type: application/json" \
-d '{
"email": "user@example.com",
"password": "your-password"
}'21 Platforms, 602 AI Models
Access AI predictions across all BrainPredict platforms
Commerce
21 AI Models
Supply Chain
22 AI Models
People (CubAI)
27 AI Models
Sales
26 AI Models
Marketing
26 AI Models
Legal
31 AI Models
Risk
25 AI Models
Finance
35 AI Models
Innovation
28 AI Models
Controlling
32 AI Models
Communications
30 AI Models
Data Quality
40 AI Models
Strategy
28 AI Models
Sourcing
26 AI Models
Operations
32 AI Models
Customer Service
29 AI Models
Cybersecurity
18 AI Models
Wealth & Capital Markets
36 AI Models
API Endpoints
Explore all available endpoints organized by capability
Authentication & Authorization
Secure API authentication using JWT tokens
/api/auth/registerRegister new user and tenant
/api/auth/loginAuthenticate and get access token
/api/auth/refreshRefresh expired access token
/api/auth/meGet current user information
Subscriptions & Payments
Manage subscriptions and process payments
/api/subscriptionsList all subscriptions
/api/subscriptionsCreate new subscription
/api/subscriptions/{id}Update subscription
/api/subscriptions/{id}Cancel subscription
Customer Portal
Unified dashboard for all subscribed platforms
/api/portal/dashboardGet dashboard data
/api/portal/subscriptionsGet user subscriptions
/api/portal/usageGet usage statistics
/api/portal/profileUpdate user profile
AI Predictions
Access 602 AI models across 21 platforms
/api/v1/intelligence/predictUnified AI prediction endpoint
/api/v1/intelligence/models/statusAI models health status
/api/v1/{platform}/predictPlatform-specific prediction
/api/v1/{platform}/modelsList platform AI models
Intelligence Bus v12
Cross-platform event streaming and AI coordination across all 21 platforms
/api/v1/intelligence-bus/publishPublish event to Intelligence Bus v12
/api/v1/intelligence-bus/eventsGet event history (2,302+ event types)
/api/v1/intelligence-bus/statsGet bus statistics and cascade metrics
/ws/intelligence-busWebSocket real-time event stream
Wealth & Capital Markets API
36 AI models for investor qualification, deal sourcing, due diligence and LP reporting
/api/v1/brainpredict_wealth/investor/profileQualify and profile an investor (KYC/AML + MiFID II)
/api/v1/brainpredict_wealth/dd/fullFull due diligence — Financial + Legal + ESG in parallel
/api/v1/brainpredict_wealth/qualify/full-batchBatch investor qualification across multiple institutions
/api/v1/brainpredict_wealth/analytics/dashboardPortfolio analytics and LP reporting dashboard
/api/v1/brainpredict_wealth/webhooks/ib-eventReceive Intelligence Bus v12 wealth events
Download API Specifications
Import into your favorite API client or code generator
OpenAPI Specification
Complete OpenAPI 3.1.0 specification with all 1,667 endpoints
Postman Collection
Ready-to-use Postman collection with all endpoints and examples