Data Import and Export APIs

Data import and export APIs provide versatile options for transferring data to and from Relativity. The following APIs expose interfaces through the .NET Framework for custom solutions to data manipulation:

  • Relativity Import Service API - a Kepler service, exclusively for RelativityOne, that provides functionality for importing large numbers of documents, images, and Relativity Dynamic Objects (RDOs) into a Relativity workspace. The import process operates on structured data sets that are described by load files located in a place accessible by workspaces. The main principle of operation is based on creating import jobs with a list of data sets.
  • Relativity Export Service API - a Kepler service, exclusively for RelativityOne, that provides functionality for exporting large numbers of documents, images, and Relativity Dynamic Objects (RDOs) from a Relativity workspace. This is only available for .
  • Transfer API - supports building application components that connect to Relativity and stream data from external sources into Relativity storage using different transfer protocols, for example, SMB. You can also stream data from Relativity. Unlike the Import API, TAPI does not create Relativity objects associated with the data, such as documents or RDOs.
  • Relativity Transfer SDK - The Relativity Transfer SDK is designed for uploading data to and from RelativityOne fileshares.
  • Integration Points API - offers a framework for developing custom providers for importing data to Relativity Dynamic Objects (RDOs) or other types of objects. It supports the integration of custom providers that ingest data in XML, JSON, SQL databases, or other formats. You can make these customer providers available to users through the Relativity UI.