3. Process of creating a dataset

  1. Create a project manually in app.acdl.zebra.com.

  2. Create a dataset using the API method:

    /api/Datasets/create
    
  3. Add images to the dataset using the API method:

    /api/Images/addImage
    
  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