1. Models
  2. Describe a Model
GET

/projects/{projectName}/models/{modelName}/describe

X-API-KEY*
curl --request GET \
     --url https://alpha.mindsdb.com/projects/{projectName}/models/{modelName}/describe \
     --header 'X-API-KEY: AUTH_VALUE'

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

Parameters

projectNameRequired
string

The name of the project

modelNameRequired
string

The name of the model

features
boolean

Include how the model encoded data info

Response

object