Process natural language prompts to retrieve data. This endpoint interprets user-provided questions and generates SQL queries to fetch the desired results. The response returns the query results in a JSON format, grouped based on the question.
Responses
400
Invalid request due to missing or malformed parameters.
403
Access forbidden due to missing or invalid access token.
429
Rate limit exceeded. Too many requests were sent in a short period.
500
Internal server error. An unexpected issue occurred on the server.