- Models
- Train a Model
Models
Train a Model
POST
/projects/{projectName}/models
X-API-KEY*
curl --request POST \
--url https://alpha.mindsdb.com/projects/{projectName}/models \
--header 'X-API-KEY: AUTH_VALUE'
The REST API is still under development. Note that the Request Body and Response parameters could be changed.
curl --request POST \
--url https://alpha.mindsdb.com/projects/{projectName}/models \
--header 'X-API-KEY: AUTH_VALUE'