Start training process for custom language model
Start training process for custom language model.
URL: POST https://api.scriptix.io/api/v3/custom_models/{model_id}/run/
Request headers
The following headers need to be present
| Parameter | Value | Description |
|---|---|---|
| x-zoom-s2t-key | Scriptix Reseller API Token | API key of type Reseller needed for authorization |
Request path arguments
| Argument | Description |
|---|---|
| model_id | ID of custom model |
Responses
| Status code | Description |
|---|---|
| 204 | Custom model training process started |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Server Error |