Differences between Rasa HTTP API and Rest Input Channel connector

Hello,

My website based chatbot is current using the Rasa HTTP API and is working well in staging:

I am getting ready to deploy to production and I was wondering if it ok to continue using the HTTP API or it would be better to switch to the rest input channel connector instead:

I am little unsure of the differences/advantages/disadvantages between the 2

If it makes any difference , my chatbot will have around 2K users

Thanks for your time

The website link above is intended to be used with your chat widget. The http is more for development tasks.

thanks for the response

If you already have an existing system that the chatbot needs to integrate with, such as a custom web application or backend system, then using the HTTP API may be the better option for you.