Hopsworks.ai API Key#
Hopsworks.ai allows users to generate an API Key that can be used to authenticate and access the Hopsworks.ai REST APIs.
Generate an API Key#
First, login to your Hopsworks.ai account, then click on the Settings tab as shown below:
Click on the API Key tab, and then click on the Generate API Key button:
Copy the generated API Key and store it in a secure location.
Warning
Make sure to copy your API Key now. You won’t be able to see it again. However, you can always delete it and generate a new one.
Use the API Key#
To access the Hopsworks.ai REST APIs, you should pass the API key as a header x-api-key when executing requests on Hopsworks.ai as shown below:
curl -XGET -H "x-api-key: <YOUR API KEY>" https://api.hopsworks.ai/api/clusters
Alternatively, you can use your API Key with the Hopsworks.ai terraform provider to manage your Hopsworks clusters using terraform.
Delete your API Key#
First, login to your Hopsworks.ai account, click on the Settings tab, then click on the API Key tab, and finally click on Delete API Key as shown below: