Minds
Commercial Product Docs
curl --request POST \ --url 'https://mdb.ai/api/projects/mindsdb/minds' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer MINDS_API_KEY' \ --data '{ "name": "mind_name", "datasources": [ "datasource_with_all_its_tables", {"name": "datasource_with_selected_tables", "tables": ["table_name", ...]} ] }'
200 OK
POST
name
tables
Authorization
Authorization: Bearer MINDS_API_KEY
Was this page helpful?