Data
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.The
date parameter must be in YYYY-MM-DD format (e.g., “2023-01-01”).- Minimum: 5 data points
- Maximum: 1000 data points
The number of predictions to make. - Minimum: 1 - Maximum: 500
Sample Dataset
A dataset must be an array of object containing keysdateandvalue.
Header
Your JigsawStack API key
Response Structure
Indicates whether the call was successful.
Usage information for the API call.
A unique identifier for the request
Array of predicted data points with the same structure as the input dataset.
The number of prediction steps.