Please find the documentation for how to call the Storage APIs using the Aryn SDK below. All parameters are optional unless specified otherwise.

DocSet Functions

Functions for managing document sets (DocSets) which are collections of documents.

Create DocSet

Create a new DocSet to store documents.

Get DocSet

Retrieve metadata for a DocSet.

List DocSets

List all DocSets in the account.

Delete DocSet

Delete a DocSet and all its documents.

Document Functions

Functions for managing individual documents within DocSets.

List Documents

List all documents in a DocSet.

Get Document

Get a document by ID.

Delete Document

Delete a document by ID.

Get Document Binary

Get the binary content of a document.

Properties Functions

Functions for managing document properties.

Update Document Properties

Update properties of a document.

Extract Properties

Extract properties from a document.

Delete Properties

Delete properties from a document.