Back to Mindsdb

SDKs & APIs

docs/overview_sdks_apis.mdx

26.1.0650 B
Original Source

The Connect, Unify, and Respond sections present the usage of MindsDB via its SQL interface.

Alongside the SQL interface, MindsDB provides access via REST APIs, Python SDK, JavaScript SDK.

<CardGroup cols={1}>
<Card title="REST API" icon="link" href="/rest/overview">Interact with MindsDB via API endpoints.</Card>

<Card title="Python SDK" icon="link" href="/sdks/python/overview">Integrate MindsDB into the Python code.</Card>

<Card title="JavaScript SDK" icon="link" href="/sdks/javascript/overview">Integrate MindsDB into the JavaScript code.</Card>

</CardGroup>