curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/label-object-detection-queue \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"samples": [
{
"id": 123
}
]
}
Get all unlabeled items from the object detection queue.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/label-object-detection-queue \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"samples": [
{
"id": 123
}
]
}
Project ID
OK
The response is of type object
.