- Retrain the Same Query - Useful when you have new data in your data source you’d like to use for refreshing your query (which otherwise might get stale over time).
- Make Batch Prediction Jobs - Useful when you’d like to make recurring batch predictions (e.g. on a daily basis) using the same predictive query.
- Monitoring Job Status - For checking the status of running queries and predictions and viewing evaluation metrics when completed. This helps ensure your production systems run smoothly and you can monitor jobs for any potential issues
- Cancelling Queries and Predictions
- The result of a retraining call to the REST API will be the same as if you run Retrain query under the Predictive Query summary page in the UI.
- The result of making batch predictions through the REST API will be the same as if you create a New Batch Prediction from the UI.
Generating an API Key
Kumo’s REST API requires the use of an API Key to authenticate requests. You can generate a unique API Key by clicking on the “Admin” tab on the left side.
Clicking on “Reset and generate new API Key” will generate a unique, global API Key that must be passed into the header of requests to the public REST API.

<customer_id>:<secret_value>
(eg demo:qBX-J36iE8mL0o779j-U
).