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
Key | Datatype | Required | Description |
---|---|---|---|
text | string | comments of GitHub repos | |
api_key | string | API key for Parallel Dots |
RESPONSES
status: OK
{"sentiment":"positive","probabilities":{"negative":0.03,"neutral":0.101,"positive":0.869},"code":200}