AlmanacDocs
API referencePredictions

Request a forecast for an event

Requests a forecast from the inference bridge, optionally with forecast parameters. Read-only and free — no credits are charged.

POST/v1/predictions/query
Authorization<token>

Bearer sub41_live_…

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/predictions/query" \  -H "Content-Type: application/json" \  -d '{    "eventId": "fed_jun_2026_hold"  }'
{  "eventId": "string",  "probability": 0,  "confidenceLo": 0,  "confidenceHi": 0,  "brierScore": 0,  "calibrationEce": 0,  "lastUpdatedAt": "2019-08-24T14:15:22Z",  "source": "scoring"}