Move sample to labeling queue

Move sample to labeling queue

post

Clears the bounding box labels and moves item back to labeling queue

Authorizations
Path parameters
projectIdintegerrequired

Project ID

sampleIdintegerrequired

Sample ID

Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/to-labeling-queue' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?