PredictivS API - Overview

AI-powered predictive solutions | Predictive Solutions for Smart Business

SaaS Solution: PredictivS is a fully managed cloud service. No installation required on your servers - just get your API key and start using!
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

99.56% accuracy rate
<100ms response time
Enterprise security
24/7 service

How It Works?

1

Get a License

Choose the license package that suits your needs and get your API key

2

Send Customer Data

Send customer information to the API in JSON format

3

Get Predictions

Instantly receive churn risk, risk level, and recommendations

4

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
Accuracy 96.74%
Risk Levels 3
Detailed Documentation

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...
Accuracy 99.56%
Risk Levels 4
Detailed Documentation

Quick Example

A simple Telco customer churn prediction:

Request
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
  }'
Response
{
  "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

Production
https://api.churnguard.com/v1
Sandbox (Test)
https://sandbox-api.churnguard.com/v1
Note: Predictions in the Sandbox environment are not real and are not billed. They are for testing and integration purposes only.

Authentication

All API requests are authenticated with a Bearer token:

Authorization: Bearer YOUR_API_KEY

To get your API key:

  1. Log in to your ChurnGuard account
  2. Go to Settings > API Keys section
  3. Click the "Create New API Key" button
  4. Store the key in a secure location
Authentication Details

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
When the rate limit is exceeded, you will receive a 429 Too Many Requests error. You can check your remaining credits via X-RateLimit-Remaining in the response headers.

Pricing

Trial

FREE 14 days
  • 1,000 predictions
  • 10 requests/min
  • Telco or Banking
  • Email support

Starter

$299 /month
  • 20,000 predictions/month
  • 50 requests/min
  • Both modules
  • Email support
  • Sandbox access

Enterprise

Custom
  • Unlimited predictions
  • Custom model training
  • 24/7 phone support
  • SLA guarantee
  • On-premise option
View All Packages

Support

Email

support@churnguard.com

Response within 24 hours

Live Chat

Weekdays 09:00-18:00

Instant response

Phone

+90 (212) 555-0100

Enterprise packages only

Documentation

Comprehensive guides

24/7 accessible

Next Steps