The Encord SDK allows you create new datasets, and interact with existing ones. The attributes and member functions of the Dataset class can be found here.
Each dataset can have a list of DataRows which are the individual videos, image groups, images, or DICOM series within the Dataset.
Below, you can find tutorials on how to interact with your datasets
Caution
You need to have registered a public-private key pair with Encord to use the Encord SDK. Click here to learn how to create a public-private key pair and register it with Encord.
Each dataset is identified using a unique "<dataset_hash>"
- a unique ID that can be found within a dataset's URL in the Encord web-app.

Tip
The dataset hash can be found within the URL once a dataset has been selected:
app.encord.com/projects/view/<dataset_hash>/summary