5. Imports

Currently API allows to import and create new projects and import annotations to already existing projects.

5.1. Import projects

There are two relevant endpoints (https://api.zillin.io/swagger) used to facilitate import and creating new projects:

  1. ImportProjects - used to add new project import job

  2. GetImportProjectStatus - used to check import project job status (status is available up to 10 minutes after the job ended)

5.2. Import annotations

Similar to importing projects there are also two relevant endpoints (https://api.zillin.io/swagger) used to facilitate importing new annotations to the existing project:

  1. ImportAnnotations - used to add new annotations import job

  2. GetImportAnnotationsStatus - used to check import annotations job status (status is available up to 10 minutes after the job ended)