export_labels
method of the Client that requires the Project ID.export_labels
returns the labels as a Python Dictionary that resembles the JSON format introduced in the Export Data section.import_label_data
method of the Client class to import labels. The method takes a Project ID and your pre-labeled image data as Dictionary. Visit our API documentation or Jupyter Notebook to learn how to format your labels into a valid JSON format.import_label_data
returns a List of Errors if JSON is malformed or data is invalid