API
Documentation
Complete API reference for integrating BrainPredict's 445 AI models across 16 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"
}'16 Platforms, 445 AI Models
Access AI predictions across all BrainPredict platforms
Commerce
20 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
29 AI Models
Strategy
28 AI Models
Sourcing
26 AI Models
Operations
33 AI Models
Customer Service
29 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 via Stripe
/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 445 AI models across 16 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
Cross-platform event streaming and AI coordination
/api/v1/intelligence-bus/publishPublish event to Intelligence Bus
/api/v1/intelligence-bus/eventsGet event history
/api/v1/intelligence-bus/statsGet bus statistics
/ws/intelligence-busWebSocket real-time 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