This API endpoint creates a Mind using the POST
method.
A unique name for the Mind.
A list of data sources to be connected to the Mind. Each element can be:
name
storing the data source name and an array of tables
storing the table names.Use the data sources endpoint to create datasources.
HTTP status code indicating the success of the operation. 200 OK
means the Mind was created successfully.
A valid API key must be passed in the Authorization
header:
Generate your API key here.
None.