Document Management
Services
Export Operations
Create document export request
Creates an export request for documents based on the provided filters. The documents are divided into multiple zip files according to configured size limits, ensuring efficient handling of large datasets.
You can download all documents present in the queue using specific filters to retrieve only what is necessary. This provides a flexible way to manage document downloads according to your needs.
Access the create export request documentation here
Retrieve export request
Retrieves the details of a specific export request using its unique identifier.
Access the retrieve export request documentation here
Delete export request
Removes an export request along with its associated files, ensuring no residual data remains.
Access the delete export request documentation here
Generate signed URLs for export files
Locates the files from an export request and generates signed URLs for secure access to the corresponding blobs.
Access the generate signed URLs documentation here
Document Download Methods
In our documentation at https://developers.roit.ai, you will find two ways to download documents that enter the queue:
- Via Entrypoint: Download original documents linked to processed data (see Document Integration section)
- Via Document Manager: Download all documents from the queue using filters
Choose the most appropriate method based on your integration needs and use case.