Organization API keys (Beta)
Learn how to create, get, and delete organization API keys
The following endpoints are available in the v0.4 Alphamoon Workspace REST API (BETA).
Create organization API key
To create an organization API key (Admin only), use the following endpoint:
POST
/api/v0.4/admin/api-keys
Request body example:
Make sure you:
Enter the name of your API key,
Set the API key expiration date (we recommend changing the API key every 3 to 6 months),
Enter the organization API scopes.
Get API keys
Use the endpoint below to get your organization API keys:
GET
/api/v0.4/admin/api-keys
Parameters
offset
query
The number of elements to skip
limit
query
The maximum number of elements to return at once
See the example:
Delete an API key
The endpoint below enables you to delete an API key using its ID.
DELETE
/api/v0.4/admin/api-keys/{api-key-id}
Parameters
api_key_id*
string
The ID of the API key you want to delete
See the example:
Organization API scopes
Collections & images
The following API scopes allow users to manage collections of files in Alphamoon, including uploading, organizing, deleting, and updating existing collections.
"workspace.collection:create"
Grants access to create new collections of files.
"workspace.collection:read"
Lists collections in the processes, display collections.
"workspace.collection:update"
Grants access to update collections of files.
"workspace.collection:delete"
Grants access to delete collections of files.
"workspace.collection_editor:override"
Grants access to make changes to existing collections.
Files & documents
The API scopes below provide access to file management features. These scopes allow users to upload new files to the platform as well as download them from Alphamoon to users device.
"workspace.file:upload"
Grants access to upload files to Alphamoon.
"workspace.file:download"
Grants access to download uploaded files to the user's device.
Results
Results API scopes enable access to the processed extraction results of uploaded documents. Users can retrieve, review, update, and delete the results, as well as create new ones when necessary.
"workspace.result:read"
Grants access to read the extraction result.
"workspace.result:update"
Grants access to edit the extraction result (e.g. adding or deleting extractions).
Processes
Processes API scopes encompass the coordination and oversight of document processing workflows, enabling users to view, update, and delete processes, as well as manage them.
"workspace.process:read"
"workspace.process:update"
Grants access to edit processes and their configuration.
"workspace.process:delete"
Grants access to delete processes.
"workspace.process.api_key:manage"
Grants access to create process API keys.
Destinations
Destinations API scopes enable the configuration and management of data destinations. Users can specify where results are sent, ensuring they reach the appropriate systems or storage locations.
"workspace.destination:create"
Grants access to configure data destinations.
"workspace.destination:read"
Grants access to view the data destinations.
"workspace.destination:delete"
Grants access to delete the data destinations.
Exports
Exports API scopes provide functionality for exporting processed data, including options for defining export formats, and deleting existing exports if necessary.
"workspace.export:create"
Grants access to create new exports.
"workspace.export:delete"
Grants access to delete created exports.
Users administration
Users Administration API scopes allow Admins to create, modify, and control user access to ensure secure and efficient work with Alphamoon.
"workspace.admin.user:read"
Grants access to view user's details.
"workspace.admin.user:invite"
Grants access to inviting new users to Alphamoon.
"workspace.admin.user:manage"
Grants access to manage Alphamoon users.
Process administration
Process Administration API scope enables managing and configuring document processing workflows.
"workspace.admin.process:manage"
Grants access to manage (create, update, and delete) all processes in Alphamoon.
API key administration
API Key Administration scope allows administrators to manage all API keys, essential for secure access to Alphamoon's features, and maintain control over application integrations and data access. Administrators can create and delete API keys.
"workspace.admin.api_key:manage"
Grants access to manage all API keys in the organization.
Subscription administration
The following scope enable administrators to manage and modify organization subscription.
"workspace.admin.subscriptions:manage"
Grants access to manage the organization's subscription plan.
See next:
Last updated