Processes time series data using a Kalman filter to reduce noise and provide smoothed predictions. Optionally saves results to the database with a unique identifier.
save to true
and include a unique_identifier to accumulate historical observations across
requests.API key for authentication
The account ID associated with your API key
A 2D array where each inner list contains time series values
[[10.2, 10.5, 10.1, 9.8, 10.3]]Whether to save the results to the database
The unique identifier for the data (required when save is true)
"sensor-001-2024"
Successfully processed the Kalman filter