Hey everyone, thanks for checking in again. This week, I’ll be covering my integration experience with Chatterbox. If you missed it, I covered Semantria last week, and AlchemyAPI the week before that. Again, I will try to be as objective as possible and highlight all aspects of the integration from my personal experience.
Chatterbox
The API is simple and supports only a few basic features, sentiment analysis being one of them. Chatterbox doesn’t have an SDK available, so I was forced to implement everything manually. This wasn’t a major problem, because of the simplicity of the implementation. Authentication was done through the custom header and a simple API key, so the entire code related to sentiment analysis requests looks like the following: