POST
/
training
/
jobs
curl --request POST \
  --url https://api.bluesight.ai/training/jobs \
  --header 'Content-Type: application/json' \
  --data '{
  "task": "classification",
  "training_file": "file-lw3zjxrg"
}'
{
  "created_at": 1723402651,
  "finished_at": 1723402657,
  "id": "trainingjob-g0mos7xr",
  "status": "succeeded",
  "task": "classification",
  "trained_model": "model-3b05uri7",
  "training_file": "file-lw3zjxrg"
}

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.