Step 1
Upload your data
Stream your data to Aito’s fully managed cloud via the data API. Aito learns about the data instantly and automatically creates concepts and optimisations – allowing responses in milliseconds.
Step 2
Query and get immediate result
Aito’s query language will be familiar to any software developer who has experience with SQL or Elasticsearch. Whether its predictions, recommendations, smart search or any other functionality, Aito will return the answers to your queries instantly, allowing fast iteration and experimentation.
Query
{
{
"from": "documentation",
"orderBy": {
"$similarity": {
"analyzedText": "how can I upload data"
}
},
"select": ["sourceUrl", "fullText"]
}
}Result
[{
"sourceUrl": "https://github.com/aito...",
"fullText": "# Aito tutorial modules..."
}, ...]Step 3
Integrate Aito to your product
Create a user interface to make Aito an integral part of your product. Queries return in milliseconds, which makes Aito a good fit for real-time interactions. Quick processing enables use cases like fast and smart product search, chat bot integration, and much more.
$ curl -X POST \
https://smart-search.api.aito.ai/api/v1/_query \
-H 'content-type: application/json' \
-d '
{
"from": "documentation",
“orderBy": {
“$similarity": {
"analyzedText": ""
}
},
"limit": 2
}'{
"total": 5,
"hits": [
{ "title": "Aito-tutorial", "description": "Lorem something" },
{ "title": "Aito-tutorial", "description": "Lorem something" }
]
}Aito-tutorial
Read our beginner-friendly tutorial to understand Aito basics.
Aito API Docs
Our detailed Aito API documentation covers all the little details you need to know to get started.
2 of 5 results
Frontend
Backend
Aito provides easy-to-use APIs that are familiar to developers. Using Aito requires no specials data science skills, and it allows the elimination of data scientists and time-consuming data preparation. By using Aito, you only need one developer to build smart applications.
Aito radically reduces the time spent to train models. After you've imported your data to Aito, you can start testing queries almost instantly. Because of the deep database - AI integration, the model is trained immediately from the database indexes. Allowing you to experiment and iterate vastly.

The need for explainable results and decisions made by machines is increasing. Getting results only is not enough, you also want to understand them. Aito gives you both the answers to your queries, and the reasoning behind it.



Your email will be used to send you product updates. You can unsubscribe at any time using the link in our emails. For more details, review our privacy policy & terms of service.