Train a Model
Schedule and inspect training jobs through the REST API.
Create a Training Job
Name
Value
Name
Type
Description
Required
curl -X POST "https://api.roboflow.com/my-workspace/my-detector/jobs?api_key=$ROBOFLOW_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"version": 3,
"model_type": "rfdetr-nano",
"epochs": 100
}'List Training Jobs
Get a Training Job
SDK and CLI equivalents
Last updated
Was this helpful?