Ask Your Data

Query your data using natural language.

Leverage on artificial intelligence to help you work with your data, ranging from tasks such as data cleansing, data analytics, to data visualization, and more.

Pricing

Requests made to the Ask Your Data API are billed.

The pricing for API requests is as follows:

  • Per Request Cost: 3 units base cost per request.

POST https://api.autogon.ai/api/v1/services/ask-your-data/

The Ask Your Data API empowers developers to directly query their datasets using natural language without having to use SQL or any programming language.

It is recommended you use the upload endpoint with your dataset to generate a dataset URL.

Headers

Request Body

{
    "status": true,
    "data": ""
}

Last updated