cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/label-object-detection-queue/count \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "samplesCount": 123 }
Get count for unlabeled items from the object detection queue.
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?