MindsDB
Open Source Product Docs
cURL
curl --request POST \ --url http://127.0.0.1:47334/api/databases/{databaseName}/tables \ --header 'Content-Type: application/json' \ --data '{ "table": { "name": "<string>", "select": "<string>", "replace": true } }'
{ "name": "<string>", "type": "<string>" }
Name of the database
Table created
The response is of type object.
object
Was this page helpful?