Make an expert forecast for a news event.
Make an expert forecast for a news event.
This endpoint reaches into the news archive, looking back lookback days to extract the most relevant news articles, building a timeline of events, and then making an expert forecast.
This endpoint is more expensive than the search endpoint, it is calling gpt-4o or claude 3-5 on approx 15k tokens to build the forecast. This endpoint counts toward "deep" calls in the billing system.
It returns the forecast, the reasoning, and the sources.
Query parameters
The requested forecast.
The requested forecast.
The number of days to look back for the forecast.
The number of days to look back for the forecast.
The total number of relevant articles to be extracted from the news archive and used for the forecast.
The total number of relevant articles to be extracted from the news archive and used for the forecast.
Method to use for the context search Currently only 'kw' is supported.
Method to use for the context search Currently only 'kw' is supported.
The model to use for the forecast.
The model to use for the forecast.
The cutoff date for the forecast. String format is 'YYYY-MM-DD-HH:MM'. This is useful for backtesting forecasts.
The cutoff date for the forecast. String format is 'YYYY-MM-DD-HH:MM'. This is useful for backtesting forecasts.
Whether to use Reddit data for the forecast.enterprise customers only.
Whether to use Reddit data for the forecast.enterprise customers only.
Additional context to use for the forecast.
Additional context to use for the forecast.
Whether to run a live web search and include results in the forecast. enterprise customers only.
Whether to run a live web search and include results in the forecast. enterprise customers only.
The type of expert to use for the forecast.
The type of expert to use for the forecast.
Response
A fully structured Forecast, complete with research.
Changes
No recorded changes to this endpoint across all 1 revision of this API.