Minds
Commercial Product Docs
curl --request POST \ --url 'https://mdb.ai/api/projects/mindsdb/minds/mind_name_new/datasources' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer MINDS_API_KEY' \ --data '{ "name": "datasource_name", "check_connection": true }'
{ "success": true }
POST
true
Authorization
Authorization: Bearer MINDS_API_KEY
Was this page helpful?