calculate sentiment

POST https://apis.paralleldots.com/v3/sentiment?text={{sentimentText}}&api_key={{apiKey}}

Calculating sentiment using ParallelDots API for the comments of given GitHub repository.

Request Params

KeyDatatypeRequiredDescription
textstringcomments of GitHub repos
api_keystringAPI key for Parallel Dots

RESPONSES

status: OK

{"sentiment":"positive","probabilities":{"negative":0.03,"neutral":0.101,"positive":0.869},"code":200}