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:
ImportProjects - used to add new project import job
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:
ImportAnnotations - used to add new annotations import job
GetImportAnnotationsStatus - used to check import annotations job status (status is available up to 10 minutes after the job ended)