PredictivS API - Overview
AI-powered predictive solutions | Predictive Solutions for Smart Business
S = Solutions | S = Systems | S = Smart Business
What is PredictivS?
PredictivS - Predictive Solutions for Smart Business
A SaaS platform that provides AI-powered predictive solutions developed specifically for telecommunications and banking industries. It analyzes your customer data to proactively identify which customers are at risk of churning.
S is special to us: Solutions | Systems | Smart Business
How It Works?
Get a License
Choose the license package that suits your needs and get your API key
Send Customer Data
Send customer information to the API in JSON format
Get Predictions
Instantly receive churn risk, risk level, and recommendations
Take Action
Develop proactive measures for high-risk customers
API Modules
Telco API
Customized churn prediction model for telecommunications companies
Analyzed Data:
- Call duration
- Data usage
- Complaint count
- Contract type
- Monthly bill
Banking API
Advanced CLV-based prediction system for the banking sector
Analyzed Data:
- Account balance
- Transaction volume
- Credit card usage
- Digital engagement
- Complaint history
- 22 additional parameters...
Quick Example
A simple Telco customer churn prediction:
curl -X POST "https://api.churnguard.com/v1/telco/predict" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"customer_id": "CUST_12345",
"call_duration_mins": 150.5,
"data_usage_gb": 8.5,
"support_tickets_count": 2,
"contract_type": "Monthly",
"monthly_charge": 89.99
}'
{
"status": "success",
"customer_id": "CUST_12345",
"prediction": {
"churn_probability": 0.23,
"risk_level": "Low",
"confidence": 0.94
},
"insights": {
"top_risk_factors": [
"Low data usage",
"Monthly contract"
],
"recommended_actions": [
"Data package upgrade offer",
"Annual contract discount campaign"
]
},
"timestamp": "2025-11-09T19:30:00Z"
}
Base URLs
https://api.churnguard.com/v1
https://sandbox-api.churnguard.com/v1
Authentication
All API requests are authenticated with a Bearer token:
Authorization: Bearer YOUR_API_KEY
To get your API key:
- Log in to your ChurnGuard account
- Go to Settings > API Keys section
- Click the "Create New API Key" button
- Store the key in a secure location
Rate Limits
| License Package | Per Minute Limit | Monthly Limit |
|---|---|---|
| Trial | 10 requests/min | 1,000 predictions |
| Starter | 50 requests/min | 20,000 predictions |
| Professional | 200 requests/min | 100,000 predictions |
| Enterprise | 1,000 requests/min | Unlimited |
429 Too Many Requests error.
You can check your remaining credits via X-RateLimit-Remaining in the response headers.
Pricing
Trial
- 1,000 predictions
- 10 requests/min
- Telco or Banking
- Email support
Starter
- 20,000 predictions/month
- 50 requests/min
- Both modules
- Email support
- Sandbox access
Professional
- 100,000 predictions/month
- 200 requests/min
- Both modules
- Priority support
- Webhook support
- Analytics dashboard
Enterprise
- Unlimited predictions
- Custom model training
- 24/7 phone support
- SLA guarantee
- On-premise option
Support
support@churnguard.com
Response within 24 hoursLive Chat
Weekdays 09:00-18:00
Instant responsePhone
+90 (212) 555-0100
Enterprise packages onlyDocumentation
Comprehensive guides
24/7 accessible