Skip to main content
POST
/
api
/
v1
/
public
/
datasets
/
{datasetId}
/
start-auto-labeling
cURL
curl --request POST \
  --url http://studio.premai.io/api/v1/public/datasets/{datasetId}/start-auto-labeling \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

datasetId
string<uuid>
required

Response

Auto-labeling started successfully

message
string
required