Auto Label
Create an Auto Label Job
curl --location --request POST 'https://api.roboflow.com/${WORKSPACE}/${PROJECT}/autolabel?api_key=${ROBOFLOW_API_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchId": "<BATCH_ID>",
"modelType": "sam3",
"ontology": {"a dog": "dog", "a cat": "cat"}
}'curl --location --request POST 'https://api.roboflow.com/${WORKSPACE}/${PROJECT}/autolabel?api_key=${ROBOFLOW_API_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchId": "<BATCH_ID>",
"modelType": "sam3"
}'Request Body
Parameter
Type
Required
Description
Ontology Formats
Ontology Auto-Derivation
Model Type
Derivation Source
Response
Get Auto Label Job Status
Response
Last updated
Was this helpful?