Import-Export Overview

The Import Export APIs are used to "import and export" Kibo's resources efficiently in CSV file format.

For Importing, files are first zipped and uploaded via the Files API. Then an import job can be created, referencing the uploaded files using the Import API.

For Exporting, create an export job via the Export API, specifying the resource to be exported. Then after completion, the CSV extracts can be downloaded via the File API.

Batch imports allow you to send a large batch of updates before marking them as ready for processing, at which point Kibo will begin to perform all updates at either the system's own pace or a specific scheduled date. This provides better fault tolerance, as Kibo is able to retry the action several times. Processing batch updates at Kibo's own pace also reduces load on the system, helping to avoid service disruption.

For more information, check out the Import/Export API Overview or Batch Import documentation in our main knowledge base.