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

Response

200
application/json
Successful Response

The response is of type any.