Process of creating a dataset ============================= #. Create a project manually in Zillin.io. #. Create a dataset using the API method: :: /api/Datasets/create #. Add images to the dataset using one of the API methods: :: /api/Images/addImage :: /api/Images/addImageFromUrl #. 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. #. Assign the dataset to the project by using the API method: :: /api/Projects/AssignDataset