Model Training
Model Training
This endpoint allows users to train custom AI models for search and content processing. Users can upload files, specify model parameters, and initiate training for different model versions.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
The file to be used for training the model.
The type of model training.
Available options:
search
, content
The version of the model to be trained.
Available options:
v2
, v3
The name of the model to identify it later.
Custom model ID for retraining an existing model.
Response
200
application/json
Successful response
The amount of time in miliseconds it took to complete the request.
A unique identifier for the server process. This helps us track support requests and complaints.
Usage statistics for the request. This is what is used for the billing.
Model training results.