Imports ================== Currently API allows to import and create new projects and import annotations to already existing projects. Import projects *********************** There are two relevant endpoints (|PublicApiSwaggerUrl|) 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) Import annotations *********************** Similar to importing projects there are also two relevant endpoints (|PublicApiSwaggerUrl|) 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)