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

NameTypeDescription

Content-Type*

String

application/json

Request Body

NameTypeDescription

data*

String

URL to dataset to be queried

prompt*

String

Query text (Ex: Give me a chart of the first two columns)

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

Last updated