Prediction
Forecast a wide range of time series data in seconds with one simple API and no data training.
POST
Request Parameters
Body
The dataset to make predictions on. This is an array of objects with keys
date
and value
. See example below for more information.
- Minimum: 5 data points
- Maximum: 1000 data points
Note: The larger the dataset provided, the more accurate the predictions become. For best results, provide at least 20-30 data points with consistent intervals.
The number of predictions to make. - Minimum: 1 - Maximum: 500
Sample Dataset
A dataset must be an array of object containing keys
date
andvalue
.
Header
Your JigsawStack API key
Response Structure
Indicates whether the call was successful.
Array of predicted data points. Each object contains: - date
: Timestamp for
the predicted point - value
: Predicted value
The number of predictions that were made.