API Overview
The Florentine.ai API lets you integrate natural language querying for your MongoDB or MySQL data directly into your project.
How it works
Questions are transformed into MongoDB aggregations or MySQL queries.
Executing the aggregations/queries and answering the questions in natural language can also be handled directly via the API.
API Endpoint
Base URL:
https://nltm.florentine.ai/askRequest Method:
POSTContent-Type:
application/jsonNode.js Client
If you are using Node.js we advise you to use our official npm module, which will make working with the API even easier. Just install it via npm:
npm install @florentine-ai/api