cURL
curl --request POST \ --url http://studio.premai.io/api/v1/public/datasets/{datasetId}/start-auto-labeling \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Start the labeling process for the given dataset using the associated labels.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Auto-labeling started successfully
Was this page helpful?