Foundational Time Series Model Multi Series Anomaly Detector
Based on the provided data, this endpoint detects the anomalies in the historical period of multiple time series at once. It takes a JSON as an input containing information like the series frequency and historical data. (See below for a full description of the parameters.) The response contains a flag indicating if the date has an anomaly and also provides the prediction interval used to define if an observation is an anomaly. Get your token at https://nixtla.io/free-trial?utm_source=nixtla.io&utm_campaign=/docs/api-reference.
Request body
Response
Successful Response
Changes
Changed in 2 of the 10 revisions of this API.129
- ●
removed the request property
feature_contributionsrequest-property-removed
- ●
removed the optional property
feature_contributionsfrom the response with the200statusresponse-optional-property-removed
- ●
- ▲
the
modelrequest property type/format changed from/tostring/request-property-type-changed
- ○
added the new optional request property
feature_contributionsnew-optional-request-property
- ○
added the new optional request property
hist_exognew-optional-request-property
- ○
added the new optional request property
model_parametersnew-optional-request-property
- ○
added the new optional request property
multivariatenew-optional-request-property
- ○
added the new optional request property
series/X_futurenew-optional-request-property
- ○
added the new optional request property
series/categorical_exognew-optional-request-property
- ○
request property
series/X/anyOf[subschema #1]/items/items/list-of-types was widened by adding typesstringto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲