3. Process of creating a dataset

  1. Create a project manually in Zillin.io.

  2. Create a dataset using the API method:

    /api/Datasets/create
    
  3. Add images to the dataset using one of the API methods:

    /api/Images/addImage
    
    /api/Images/addImageFromUrl
    
  4. Once you complete adding images and before dataset can be used in projects it has to be published:

    /api/Datasets/publish
    

    Note

    After confirmation the dataset’s images can’t be changed anymore.

  5. Assign the dataset to the project by using the API method:

    /api/Projects/AssignDataset