POST
/
telemetree-ai
/
query
curl --request POST \
  --url https://ebn.telemetree.io/public-api/telemetree-ai/query \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "What technical problems, errors, or difficulties are users experiencing and discussing?",
  "period_days": 7,
  "referral_key": "<string>"
}'
"<any>"

Body

application/json
referral_key
string
required

The referral key

query
string
default:What technical problems, errors, or difficulties are users experiencing and discussing?

The question to ask the LLM

period_days
integer
default:7

The time period to query in days

Response

200
application/json
Successful Response

The response is of type any.