Back to Mindsdb

REST API

docs/rest/overview.mdx

26.1.0951 B
Original Source

MindsDB provides REST API endpoints, enabling incorporation of AI building blocks into applications.

This section introduces REST API endpoints provided by MindsDB to bring data and AI together.

Follow these steps to get started:

<Steps> <Step title="Set up the development environment"> Learn more about [usage here](/rest/usage). </Step> <Step title="Connect a data source"> Connect your data source to MindsDB via [this endpoint](/rest/databases/create-databases). </br> Explore all available [data sources here](/integrations/data-overview). </Step> <Step title="Create and deploy an AI/ML model"> Create, train, and deploy AI/ML models within MindsDB via [this endpoint](/rest/models/train-model). </br> Explore all available [AI engines here](/integrations/ai-overview). </Step> <Step title="Get predictions"> Query for predictions via [this endpoint](/rest/models/query-model). </Step> </Steps>