/forecast
Generate forecasts using a Time Series model
GET
/v3
/model/timeseries/forecast
Use this endpoint to forecast future values using a trained time series model. Provide your target model ID and specify how far into the future you'd like to predict.
Header
Key
Value
Authorization
YOUR_API_KEY
Parameters
Key
Type
Description
model_id
String
Target Model ID
forecast
Integer
Prediction length in months
return_type
String
Default is csv
Request
Response
Last updated