Import 2D labels for a dataset
URL
POST https://tools.deepen.ai/api/v2/datasets/{datasetId}/labels?labelSetId={labelSetId}
Request
Path parameters
Parameter Name | Parameter Type | Description |
---|---|---|
datasetId | string | Dataset Id of the dataset for which the labels need to be imported |
labelSetId (Optional) | string | Label Set Id of the label set for which the labels need to be imported |
Request body
Property Name | Property type | Description |
---|---|---|
type | string | Type of the file uploaded for labels import. Supported values : “json” |
labels | array | Array of objects of type LabelResource |
Example body
Response
Returns empty response on successful completion
Last updated