Back to API overview
Predictions

Retrieve a prediction

GET/v1/predictions/{id} Bearer API key

Fetch 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

idrequiredstring

The prediction identifier, supplied in the path.

Response fields

summaryoptionalstring

Plain-language summary of the prediction.

probabilityoptionalnumber

Estimated probability of the predicted outcome.

confidence_intervaloptionalnumber[]

Lower and upper bounds of the estimate.

evidence_trail_idoptionalstring

Reference 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.

Request API access