Train a model from a dataset
Start training a custom model from a dataset. The dataset must contain at least 15 images and a maximum of 100 images. Returns the model ID and training status.
Authentication
Api-Keystring
API key for access control. Use in the header with the name “Api-Key”
Path parameters
dataset_id
Request
Training configuration
model_name
Name for the trained model. Must be 5-30 characters, alphanumeric with spaces and hyphens allowed.
Response
Training started successfully
model_id
Unique identifier of the created model.
dataset_id
Identifier of the dataset used for training.
training_status
Current training status of the model.
model_name
Name of the model.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error