`GET`: `/health` Returns HTTP Status 200 if service is running
`POST`: `/` Calculates the average sentiment for a given list of texts
-- param: Term[] as Content-Tye: `application/json`
+- param: Term[ ] as Content-Tye: `application/json`
example body of request:
```json
[
- `503`: indico sentiment analysis not available
## external services
-This sentiment analysis service uses and relies on the online sentiment analysis indico ([https://www.indico.io]).
+This sentiment analysis service uses and relies on the online sentiment analysis indico (https://www.indico.io).
The api key can be set in the file indico_api_key.txt. The current key does work, however excessive use of this service will require you to provide your own key, since the amount of requests for this key is limited.
## run with docker