PUBLIC SERVICES [PROD]
    PUBLIC SERVICES [PROD]
    • Introduction
    • Document Management
    • External Integration
    • Authentication
      • Generate a token to access ROIT APIs
        POST
    • Invoice-to-Pay
      • Documents Manager
        • Create document export request
        • Get export request by id
        • Delete export request by id
        • Generate signed URLs for export files by id
      • External System Integration
        • Register delivery integration
        • Get pending entities to be integrated
        • Update integration status
        • Get all documents attached to a request
        • Reprocess a specific request
      • Upload Document
        • Upload document as base64
    • Tax Reform
      • Data Integration
        • Create a new request
        • Update request status
        • List requests
        • Get request by ID
        • List Requests
        • Update request by ID
        • Delete request by ID
        • Generate signed URL
        • Process callback

    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:

    1. Via Entrypoint: Download original documents linked to processed data (see Document Integration section)
    2. Via Document Manager: Download all documents from the queue using filters

    Choose the most appropriate method based on your integration needs and use case.

    Modified at 2025-02-28 17:37:25
    Previous
    Introduction
    Next
    External Integration
    Built with