Download Export Data

The Export Data API enables you to download data by providing account credentials and specifying the export template you have created. To access this functionality:

  1. Access the Workspace Setup section.

  2. Choose the desired workspace.

  3. Enter edit mode for the selected workspace.

  4. Click on the View icon to display a comprehensive list of details related to the export data process.

Download Export Data

POST https://app.sagexglobal.ai/api/document/export/download

This is HTTPS POST method to download the export data from your Account Workspace

Authorization

Bearer Token : <API Key>

The client must send this API Key in the Authorization header when making requests to protected resources

Request Body

Name
Type
Description

realm_id*

Text

realm id of your account

workspace_guid*

Text

workspace_id of your account

cluster_guid*

Text

cluster id of your workspace

export_template_guid*

Text

export template id

export_format*

Text

export format JSON or CSV

Take a look at how you might call this method using our API's, or via curl:

Last updated