How This Helps
Export datasets for use in training pipelines, labeling platforms, analytics workflows, or external review. You can export everything or just what you need.
Export a Dataset
Export Options
Entire Dataset
Exports all items in the dataset, regardless of filters or selections.Matching Filters
Exports only the items that match your currently applied filters, such as issue types, tags, or labels.Current Selection
Exports only manually selected items—images, objects, or clusters.JSON Export Format
Exported data is structured into a.json file with two sections:
1. info
General metadata about the dataset and export:
2. media_items
An array of media items (images or video frames), each with all available metadata:
Metadata Items
Each media item includes a list ofmetadata_items. Below are the possible types:
1. type: "issue"
Used to represent a detected problem:
2. type: "user_tag"
Tags applied by a user to a media item:
3. type: "video_info"
Provides context on a video frame:
4. type: "object_label"
Describes an annotated object (bounding box), including nested issues:
5. type: "image_label"
A classification label applied to the entire image:
6. type: "caption"
- Duplicates often include
duplicate_group_idandthresholdvalues. - Object-level issues are nested inside
object_labelblocks.