Minds
Create Mind
This API endpoint creates a Mind using the 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
name
storing the data source name and an array oftables
storing the table names.
Use the data sources endpoint to create datasources.
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 the Authorization
header:
Generate your API key here.
Path Parameters
None.