/
MI
mindsdb
/
MindsDB API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 3w ago
View markdown
mindsdb
MindsDB API
get
Returns a list of projects.
v1
latest
OpenAPI 3.0.0
GNU General Public License v3.0
2026-07-17
22
5
35.6 KB
get
Returns a list of database names.
post
Creates a new database connection.
get
Gets info about existing database.
put
Updates an existing database connection.
delete
Deletes an existing database.
get
Returns a list of projects.
get
Get a project by name.
get
Returns a list of models.
post
This endpoint trains a new ML Model.
get
Gets info about specific model.
delete
Deletes an existing model.
post
This endpoint fetches predictions from the model.
get
Describe a model
get
List all views in a project
post
This endpoint creates a view which is a result-set of the SELECT statement.
get
SELECT from VIEW
put
Updates an existing view.
delete
Deletes an existing view.
get
Returns a list of tables in a database.
post
This endpoint creates a new table with the predictions result-set.
get
SELECT from Table
delete
Deletes an existing table.
Returns a list of projects.
Gets all projects created by the user.
get
/api/projects
Response
A JSON array of projects
Project[]
required
name
string