Minds
Commercial Product Docs
curl --request POST \ --url 'https://mdb.ai/api/datasources' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer MINDS_API_KEY' \ --data '{ "name": "datasource_name", "engine": "postgres", "connection_data": { "user": "demo_user", "password": "demo_password", "host": "samples.mindsdb.com", "port": "5432", "database": "demo", "schema": "demo_data" }, "tables": ["house_sales"], "description": "House sales data" }'
200 OK
POST
Authorization
Authorization: Bearer MINDS_API_KEY
Was this page helpful?