Foundational Time Series Model Online Multi Series Anomaly Detector
This endpoint performs online anomaly detection based on the provided data. It uses cross-validation for more robust detection of anomalies and it supports detection for univariate and multivariate scenarios. 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, it provides the prediction interval used to define if an observation is an anomaly, and it reports the associated z-score for each point. 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 3 of the 11 revisions of this API.1111
- ○
added the new optional request property
series/start_datetimenew-optional-request-property
- ○
- ●
removed the request property
feature_contributionsrequest-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
refitnew-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
- ▲