1. Views
  2. Create a View
POST

/views

X-API-KEY*
curl --request POST \
     --url https://alpha.mindsdb.com/views \
     --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 view is created

view_name
string

Name of the view

query
string

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

Response

object