1. Tables
  2. Create a Table
POST

/tables

X-API-KEY*
curl --request POST \
     --url https://alpha.mindsdb.com/tables \
     --header 'X-API-KEY: AUTH_VALUE'

The REST API is still under development. Note that the Request Body and Response parameters could be changed.

Body

project_name
string

Name of the project where the table is created

table_name
string

Name of the table

query
string

The SQL query that will save the result-set in a table.

Response

object