Technical Documentation
Supported Platforms
The Data Curation API is hosted by Hyland in an AWS infrastructure. As such, any platform requirements will be handled by Hyland.
For making calls to the API, any platform that can make an HTTPS request may be used.
Utilizing the optional Upload Script requires installation of Node.JS, which is a cross-platform environment. For more information on that, see here: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Performance Considerations
As a best practice, large numbers of files should be sent in batches to the same presigned endpoint to avoid creating more endpoints than are needed. This can be handled by sending a whole folder of files with the Upload Script or by otherwise iterating through the files.
In terms of file size, the upload size for a single PUT
operation is limited to 5GB.
(See here for details.)
If any given file would exceed that limit, it must use a multipart upload or be otherwise split prior to processing.