App-Specific API Keys
Last updated
Last updated
App-specific API Keys are used to authorize your Clarifai applications. A key is automatically generated when you create a new application. You can also go to the Application's List, select an app of your choice and create a new key in the app details page. Each API key is tied to a specific user and a specific app.
You have fine-grained control over the data exposed through your app. You can control the scope of an API Key through a simple checkbox interface when you first set up your app.
Just navigate to the app management page and click "Create an API Key"
For enterprise customers, it is also possible to generate applications and keys programmatically. If you are managing the work of multiple users who's data, models, and concepts need to be segregated, we recommend you create apps and a keys this way. This ensures that each individual user only has access to their own private resources.
API Keys do not expire. In case your API Key gets compromised, you should delete that key, and create a new one with the same scopes. We recommend that you do not share your API Key with other users.