This API endpoint creates a Mind using theDocumentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
POST method.
Body
A unique name for the Mind.
A list of data sources to be connected to the Mind. Each element can be:
- A string specifying a data source name.
- An object with
namestoring the data source name and an array oftablesstoring the table names.
Response
HTTP status code indicating the success of the operation.
200 OK means the Mind was created successfully.Authorization
A valid API key must be passed in theAuthorization header: