Clear all object detection labels

Clear all object detection labels

Clears all object detection labels for this dataset, and places all images back in the labeling queue.

post

/api/{projectId}/raw-data/clear-all-object-detection-labels

Authorizations
Path parameters
projectIdintegerrequired

Project ID

Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/clear-all-object-detection-labels' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?