Currently in private beta

Ask AI for customer-facing analytics

Inconvo makes it easy for developers to add Ask AI for customer-facing analytics so that users can ask questions on their data in natural language.

One API, that delivers answers in text, chart, or table format.

Inconvo logo

Backed by Y Combinator

A simple, elegant API that fits with your stack.

Enhance your users' data analysis experience with top-tier conversational AI.

Request
POST
https://app.inconvo.ai/api/ask

{
  "question": 
    "How many products have I sold per day of the week?",
  "conversationId": "conv_c9b1d",
  "requestContext": {
    "userId": "user_d7adc",
    "orgId": "org_99548"
  }
}
Response
200 OK

{
    "type": "bar_chart",
    "message": 
        "Here's a breakdown of the number of 
        products sold per day of the week.",
    "chartData": {
      "data": [
        {
          "label": "Monday",
          "value": 8
        },
        {
          "label": "Tuesday",
          "value": 8
        },
        {
          "label": "Wednesday",
          "value": 10
        },
        {
          "label": "Thursday",
          "value": 12
        },
        {
          "label": "Friday",
          "value": 10
        },
        {
          "label": "Saturday",
          "value": 10
        },
        {
          "label": "Sunday",
          "value": 6
        }
      ],
      "title": "Movies Rented Per Day of the Week",
      "xLabel": "Day of the Week",
      "yLabel": "Number of Movies Rented"
    }
}

How Inconvo works

We use your existing data to enable reliable and production-ready Ask AI for customer-facing analytics.

Step 1
Connect your Data Source

Connect with your existing data sources to retrieve data for Ask AI.

database logo
Postgres
database logo
MySQL
database logo
BigQuery
database logo
Supabase
database logo
MariaDB
database logo
ClickHouse
Step 2
Deploy Ask AI

Deploy Ask AI via our API and use it where users have questions on their analytics (e.g. Dashboards, Reports, Chatbots).

Ask AI
Step 3
Turn Chats Into Insights

Optimize your customer-facing analytics, enhance user experience and drive product decisions with insights.

2.4k

140%

Answered questions

748 hours

Analysis time eliminated

Manage your Ask AI on the Inconvo platform

Use the self-service platform to explore, control and evaluate Ask AI.

Explore

Use the API playground to run queries, provide feedback and add examples to your evaluation dataset.

product image

Control access

Take full control over the tables and columns that your AI can query.

product image

Tailor to your data

Curate a dataset of queries based on your users' questions to test accuracy before deployment.

product image

Understand performance

See exactly how well your Ask AI can answer user questions.

product image

Accuracy is everything

We optimize Inconvo for one thing: providing the most accurate answers to your users questions about customer-facing analytics.

product image

Knows when to say "I Don't Know"

Accepts when data to answer the question is unavailable and only answers questions related to retrieval from the connected datasource.

product image

Always responds factually

Infers user intent, but always answer factually - outlining any assumptions for easy correction on follow up questions.

product image

Responsive to your data

Generates data retrieval queries dynamically and remains accurate even as your analytics evolve.

Ready to empower your users with Ask AI?