SYSTEM.DOCUMENTATIONVERSION: 1.0
Documentation
Everything you need to know to start predicting. From quick start guides to advanced features.
QUICK START GUIDE
Get up and running in 4 easy steps
1
Create Your Account
Sign up in 30 seconds. No credit card required for free tier.
30 seconds
2
Connect Your Data
Link optional data sources (LinkedIn, bank, calendar) for better predictions.
5 minutes
3
Let AI Learn
System maps your data to ontology and calibrates prediction models.
48 hours
4
Start Predicting
Ask any question and get answers with confidence scores and reasoning.
Ongoing
GUIDES & TUTORIALS
Comprehensive guides for every use case
Getting Started
Personal Use
Business Use
API REFERENCE
Integrate predictions into your own applications
REST API
Make prediction requests, retrieve results, and manage data connections via our RESTful API.
POST /api/v1/predictions
GET /api/v1/predictions/:id
POST /api/v1/data-sources
GET /api/v1/outcomesGraphQL API
Query complex prediction relationships and access the ontology graph directly.
query {
prediction(id: "...") {
confidence
reasoning
}
}