Conversational analytics for developers

The best way to empower your users with AI analytics.

Deliver meaningful insights at the speed of thought, seamlessly within your app.

Y Combinator 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/v1/conversations/answer

{
  "question": 
    "How many products have I sold per day of the week?",
  "context": {
    "orgId": "org_99548"
  }
}
Response
200 OK

{
    "id": "ans_abc123",
    "conversationId": "conv_c9b1d",
    "type": "chart",
    "message": 
        "Here's a breakdown of the number of 
        products sold per day of the week.",
    "chart": {
      "type": "bar",
      "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": "Products Sold Per Day of the Week",
      "xLabel": "Day of the Week",
      "yLabel": "Number of Products Sold"
    }
}

How Inconvo works

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

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
2

Deploy Ask AI

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

Ask AI
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 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.

API Playground interface

Control access

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

Database access control interface

Tailor to your data

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

Evaluation dataset interface

Understand performance

See exactly how well your AI can answer user questions.

Performance evaluation interface

Accuracy is everything

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

Uncertainty icon

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.

Check mark icon

Always responds factually

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

Sync/refresh icon

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?