Suggest Edits
Kumo provides a REST API that allows you to automatically re-run predictive query training and batch predictions on a regularly scheduled basis.
After creating your predictive query, you can make Kumo REST API calls to:
Kumo will first re-ingest the data from your data source for both the purposes of retraining and making batch predictions.
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.
The API key will be structured in the format of <customer_id>:<secret_value>
(eg demo:qBX-J36iE8mL0o779j-U
).
In order to authenticate a call to the public REST API, include the following header in your request:
For example:
It is best practice to periodically rotate/re-generate your API Key in case it gets breached. To rotate your API Key, you can follow the same steps as above to generate an API Key. Once an API Key is generated, any previous API Keys are automatically invalidated.
Suggest Edits
Kumo provides a REST API that allows you to automatically re-run predictive query training and batch predictions on a regularly scheduled basis.
After creating your predictive query, you can make Kumo REST API calls to:
Kumo will first re-ingest the data from your data source for both the purposes of retraining and making batch predictions.
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.
The API key will be structured in the format of <customer_id>:<secret_value>
(eg demo:qBX-J36iE8mL0o779j-U
).
In order to authenticate a call to the public REST API, include the following header in your request:
For example:
It is best practice to periodically rotate/re-generate your API Key in case it gets breached. To rotate your API Key, you can follow the same steps as above to generate an API Key. Once an API Key is generated, any previous API Keys are automatically invalidated.