New Features

Following is the new feature introduced in this release:

New REST APIs for Document, Admin Config, Conga APIs and Documents 

Max Document APIs

  • /{tenantId}/document/storageinfo: Return a storage profile for a specific tenant for a specific storage provider.
  • /{tenantId}/document/storageinfo: Create a storage profile for a storage provider.
  • /{tenantId}/document/storageinfo: Delete a storage profile for a provider.
  • /{tenantId}/document/ocr: Read a scanned document and return a searchable PDF.
  • /{tenantId}/document/ocrfromfile: Read a scanned document and return a searchable PDF.
  • /{tenantId}/document/ocrbulk: OCR scan image documents in bulk from a storage repository.
  • /{tenantId}/document/ocrbulkfromfile: OCR scan image documents in bulk from a single zip file.
  • /{tenantId}/document/convertocrformat: Convert an OCR output format to another.
  •  /{tenantId}/document/extracttables: Extract table data from a remote document.
  • /{tenantId}/document/extracttablesfromfile: Extract tables from an attached document.

IDD Admin Config APIs

  • /{tenantId}/config/provider: Register a provider.

  • /{tenantId}/config/provider: Get settings for a provider.
  • /{tenantId}/config/provider: Delete a provider.
  • /{tenantId}/config/provider/test: Test a new provider connection.

  • /{tenantId}/config/provider/test: Test an existing provider connection.
  • /{tenantId}/config/provider/sync: Sync provisions.

  • /{tenantId}/config/provisions: Get provisions.
  • /{tenantId}/config/provisions: Delete provisions table from IDD.
  • /{tenantId}/config/provisionslist: Get provisions.
  • /{tenantId}/config/provisionmap: Create or update a provision map.
  • /{tenantId}/config/provisionmap: Get all or a single provision map.
  • /{tenantId}/config/provisionmap: Delete a provision map.

IDD Conga APIs

  • /{tenantId}/services/fields: Get an object's field in Conga.
  • /{tenantId}/services/clauses: Get an object's clauses from Conga.
  • /{tenantId}/services/recordType: Get all record types in Conga.
  • /{tenantId}/services/baseobject: Create contract/agreement object based on input module.

  • /{tenantId}/services/postextraction: Call the post-processing API of the module, if that is exists.

  • /{tenantId}/services/uploadattachments: Upload the original and review documents.

  • /{tenantId}/services/customsettings: Set custom contract objects and APIs.
  • /{tenantId}/services/customsettings: Get custom contract objects and APIs.
  • /{tenantId}/services/registersession: Register a session in IDD.
  • /{tenantId}/services/review: Save the user review after extraction.

  •  /admin/services/sessioninfo: Get a registered session in IDD.

IDD Documents APIs

  • /{tenantId}/document/upload: Upload a document for processing.
  • /{tenantId}/document/status: Update document status information.
  • /{tenantId}/document/status: Get import status information.
  • /{tenantId}/document/testZuvaOCR: Test convert HOCR to ZUVA OCR.

  • /{tenantId}/document/list: Return a list of documents for a tenant.
  • /{tenantId}/document/metadata: Return metadata for a specific document.

  • /{tenantId}/document/usage: Return document statistics for a tenant.
  • /{tenantId}/document/extractions: Get extracted provisions.
  • /{tenantId}/document/pattern: Store the word pattern for searching.
  • /{tenantId}/document/record: Delete a document record.

Enhancements

No new enhancements were introduced in this release.