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_idstringRequired

Request

Training configuration
model_namestringRequired

Name for the trained model. Must be 5-30 characters, alphanumeric with spaces and hyphens allowed.

Response

Training started successfully
model_idstring
Unique identifier of the created model.
dataset_idstring
Identifier of the dataset used for training.
training_statusstring
Current training status of the model.
model_namestring
Name of the model.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error