Prediction
Forecast a wide range of time series data in seconds with one simple API and no data training.
POST
/
v1
/
ai
/
prediction
Body
The dataset to make predictions on. This is an array of object with keys
date
and value
. See example below for more information.
The number of predictions to make.
Sample Dataset
A dateset must be an array of object containing keys
date
andvalue
.
Header
Your JigsawStack API key
Response
Indicates whether the call was successful.
Result of predictions made
Was this page helpful?