Last updated 10 months ago
Was this helpful?
Get all unlabeled items from the object detection queue.
/api/{projectId}/raw-data/label-object-detection-queue
Project ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/label-object-detection-queue' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "samples": [ { "id": 1 } ] }