Overview

The Query Agent API delivers accurate, fast answers from structured data using natural language queries. Whether for insights, summaries, or automated responses, it empowers teams to extract value from complex data effortlessly.

  • Converts user queries into structured responses
  • Supports text summarization, insight extraction, and more
  • Built on high-performance AI models

Great for

  • Chatbot Enhancement - Make bots smarter with structured data access
  • Customer Support - Provide instant answers from support databases
  • Automation Flows - Build workflows that respond to data queries
  • API Orchestration - Combine multiple data sources into unified responses

How to generate API Key

Quick guide to generate your API key

Using the API

Once you have your API key, you can start querying structured datasets using natural language.

Check our API Reference for more details

Endpoint

POST
https://query-agent-api.starkai.io/v1/chat

Request Example (using CURL)

 curl 
  --request 'POST' 
  --url 'https://query-agent-api.starkai.io/v1/chat'
  --header 'accept: application/json'
  --header 'X-Api-Key: <api-key>'
  -data '{
            "query": "your query"
         }'

Avaiable Online Tools