Predictions
Retrieve a prediction
GET
/v1/predictions/{id} Bearer API keyFetch a prediction with its probability, confidence interval, and supporting evidence trail.
Predictions include not just a number but the reasoning behind it. Each response carries a probability, a confidence interval, a plain-language summary, and a reference to the evidence trail so a human reviewer can audit how the conclusion was reached.
Path & query parameters
idrequiredstringThe prediction identifier, supplied in the path.
Response fields
summaryoptionalstringPlain-language summary of the prediction.
probabilityoptionalnumberEstimated probability of the predicted outcome.
confidence_intervaloptionalnumber[]Lower and upper bounds of the estimate.
evidence_trail_idoptionalstringReference to the auditable evidence trail.
curl https://api.satellitex.ai/v1/predictions/pred_8fa21c \
-H "Authorization: Bearer sk_live_..."Illustrative API — keys and identifiers are for demonstration.
Ready to build with this?
Request access and we'll help you scope your first mission and provision API keys.