Ask anything to your chatbot.
curl --request POST \ --url https://api.droxy.ai/v1/chatbot/chat \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "chatbotId": "<string>", "conversation": [ { "text": "<string>", "fromUser": true } ] }'
{ "text": "<string>" }
The response is of type object.
object