The current release available from the Amini Data Platform is released on .
Introduction
Leverage the external API to programmatically trigger an update when desired. The primary use-case will be pull datapoints from the Amini Data Catalog. We will be adding more and more functionality to the API overtime. Let us know what else you want to see in our community!Authentication
You can generate an API key through the dashboard. The API key is associated with the entire org and can be used across multiple deployments.Please note that you will need to add credits to your account before you can use the API endpoints.


You won’t have the ability to copy the same API Key in the future, so make sure to store this somewhere you can access for future uses.

- In the URL: Add it after a question mark (
?
). - In the header: Add a valid API key with each request using
X-API-Key
INSERT_YOUR_API_KEY_HERE
with your API key.