This API endpoint creates a Datasource using the POST
method.
Provide a unique name for the Datasource.
Provide a description for the Datasource, which is used by the Mind to decide the relevant datasources for each question.
Provide a datasource engine. See available engines here.
Provide connection parameters for the selected engine. See available engines and connection parameters here.
This is an optional parameter that lets you specify tables that can be accessed by the Mind.
HTTP status code indicating success. 200 OK
confirms the Datasource was created.
A valid API key must be passed in the Authorization
header:
Generate your API key here.
None.