Aito's _predict endpoint returns the most likely value for any field in your dataset, along with a calibrated confidence score. No model training, no feature engineering, no deployment pipeline. Upload your data and start predicting.
Explainable predictions — Aito shows why it predicted David Green with 99% confidence, breaking down base probability and pattern match
Run real prediction queries against our demo database. Every result includes a probability score — Aito tells you exactly how confident it is.
These queries run against our demo invoice database in real-time
Predict the GL code for a cloud services invoice based on product, amount, and type
{
"from": "invoices",
"where": {
"ProductName": "Cloud Services (AWS/GCP)",
"TotalAmount": 5000,
"InvoiceType": "Service"
},
"predict": "GLCode"
}Send your dataset to Aito as a table — CSV, JSON, or via API. No preprocessing required.
Specify which field to predict and what you know:
{
"from": "invoices",
"where": {
"ProductName": "Cloud Services (AWS/GCP)",
"TotalAmount": 5000.00
},
"predict": "GLCode"
}
Every prediction includes a calibrated probability. Use it to set automation thresholds — route high-confidence predictions to automation, low-confidence to human review.
Key capabilities:
Start for free → Upload your data and make your first prediction in minutes.
Read the API docs → Full reference for the predict endpoint, confidence scoring, and evaluation.
Episto Oy
Putouskuja 6 a 2
01600 Vantaa
Finland
VAT ID FI34337429