POST
/
chat
/
database
/
query
curl --request POST \
  --url https://api.webtranspose.com/v1/chat/database/query \
  --header 'Content-Type: application/json' \
  --data '{
  "chatbot_id": "<string>",
  "query": "<string>",
  "num_records": 3
}'

Body

application/json

Response

200

Successful Response