API keys
Manage API keys for headless applications
API keys allow to call of the Scaleflex DAM file management API and are suited for backend or headless applications where no user context is needed and where the key is not exposed to the browser
Create new API keys
Authentication against the Scaleflex API is done with an API Secret Key, available under Settings > Project > Access (page) > API keys (tab).
New API keys can be created with the +Add key button. On click, the user will be requested to:
Enter the API key description so it can be easily identified
Select the permissions to be attached with the API key (multi-selection from the permissions list) -- these define what the user will be able to do with the assets
Permissions
API Permission | Description |
---|---|
| List assets |
| Fetch assets |
| Upload file |
| Create file metadata |
| Update file metadata |
| Rename file |
| Move file |
| Delete file |
| Set file visibility |
| Update file labels |
| Edit file |
| Create directory |
| Rename directory |
| Create and update directory metadata |
| Move directory |
| Delete directory |
| Set dir visibility |
| Change container configuration |
| List container configuration |
| Change product information |
| Perform autotagging |
| List collections |
| Manage collections |
| View labels |
| Manage labels |
| Manage sharebox |
| Manage airbox |
| Manage approval |
| Approve/Reject assets |
| View accesses |
| Manage accesses |
Manage Existing API Keys
Existing API keys can be managed individually or in bulk for status (Active <> Deactivate). The following settings can be edited:
Setting | Description |
---|---|
Description | To identify the API keys |
Secret key | The API key value. To be kept secret |
Created at | The API key creation date |
Active | The API key status that can be toggled from activated to deactivated using the ... options Note: If used, deactivated API keys will return an error |
Copy | Copy the secret key in the clipboard for easy integration |
Last updated